aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/team
diff options
context:
space:
mode:
authorLibravatar Muhamed <unknown>2023-05-27 16:33:26 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-07-20 02:16:09 +0000
commit345fd98dc52a3b7f0d69022b6a19818e559e4557 (patch)
tree839ff0c1ad74b0d5a9e705cf208e9b22aa11b5ae /src/components/settings/team
parentUpgrade 'electron' to '25.3.1' (diff)
downloadferdium-app-345fd98dc52a3b7f0d69022b6a19818e559e4557.tar.gz
ferdium-app-345fd98dc52a3b7f0d69022b6a19818e559e4557.tar.zst
ferdium-app-345fd98dc52a3b7f0d69022b6a19818e559e4557.zip
update react-router-dom,react-tooltip& react-transition-group
Diffstat (limited to 'src/components/settings/team')
-rw-r--r--src/components/settings/team/TeamDashboard.tsx9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/components/settings/team/TeamDashboard.tsx b/src/components/settings/team/TeamDashboard.tsx
index 6fd2d4426..77bccb8c3 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 ReactTooltip from 'react-tooltip'; 6import { Tooltip as 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,7 +173,12 @@ class TeamDashboard extends Component<IProps> {
173 </> 173 </>
174 )} 174 )}
175 </div> 175 </div>
176 <ReactTooltip place="right" type="dark" effect="solid" /> 176 <ReactTooltip
177 place="right"
178 variant="dark"
179 float
180 style={{ height: 'auto' }}
181 />
177 </div> 182 </div>
178 ) : ( 183 ) : (
179 <div className="settings__main"> 184 <div className="settings__main">