aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/team
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-30 23:49:55 +0100
committerLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-30 23:49:55 +0100
commit4b62661d58e56f03e6d4888df80473150126e5a8 (patch)
treefcbbd8f1d393cfa1efbcbbbfa94b9ef8e5a5d462 /src/components/settings/team
parent6.3.0-nightly.14 [skip ci] (diff)
downloadferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.tar.gz
ferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.tar.zst
ferdium-app-4b62661d58e56f03e6d4888df80473150126e5a8.zip
Revert "Update react-router-dom, react-tooltip & react-transition-group latest version (#1199)"
Diffstat (limited to 'src/components/settings/team')
-rw-r--r--src/components/settings/team/TeamDashboard.tsx9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/components/settings/team/TeamDashboard.tsx b/src/components/settings/team/TeamDashboard.tsx
index 77bccb8c3..6fd2d4426 100644
--- a/src/components/settings/team/TeamDashboard.tsx
+++ b/src/components/settings/team/TeamDashboard.tsx
@@ -3,7 +3,7 @@
3import { Component, ReactElement } from 'react'; 3import { Component, ReactElement } from 'react';
4import { observer } from 'mobx-react'; 4import { observer } from 'mobx-react';
5import { defineMessages, injectIntl, WrappedComponentProps } from 'react-intl'; 5import { defineMessages, injectIntl, WrappedComponentProps } from 'react-intl';
6import { Tooltip as ReactTooltip } from 'react-tooltip'; 6import ReactTooltip from 'react-tooltip';
7import withStyles, { WithStylesProps } from 'react-jss'; 7import withStyles, { WithStylesProps } from 'react-jss';
8import classnames from 'classnames'; 8import classnames from 'classnames';
9import Loader from '../../ui/Loader'; 9import Loader from '../../ui/Loader';
@@ -173,12 +173,7 @@ class TeamDashboard extends Component<IProps> {
173 </> 173 </>
174 )} 174 )}
175 </div> 175 </div>
176 <ReactTooltip 176 <ReactTooltip place="right" type="dark" effect="solid" />
177 place="right"
178 variant="dark"
179 float
180 style={{ height: 'auto' }}
181 />
182 </div> 177 </div>
183 ) : ( 178 ) : (
184 <div className="settings__main"> 179 <div className="settings__main">