aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 12:22:12 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 12:22:12 +0200
commitaf11112f98d28abd6177885bad711d903febf84a (patch)
treeda310b32a9f00704c6941a083942fb29727e5e72 /src
parentfix linting issues (diff)
downloadferdium-app-af11112f98d28abd6177885bad711d903febf84a.tar.gz
ferdium-app-af11112f98d28abd6177885bad711d903febf84a.tar.zst
ferdium-app-af11112f98d28abd6177885bad711d903febf84a.zip
Fix linting issue
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/team/TeamDashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/team/TeamDashboard.js b/src/components/settings/team/TeamDashboard.js
index e3ea08bf5..82c517fcb 100644
--- a/src/components/settings/team/TeamDashboard.js
+++ b/src/components/settings/team/TeamDashboard.js
@@ -1,6 +1,6 @@
1import React, { Component } from 'react'; 1import React, { Component } from 'react';
2import PropTypes from 'prop-types'; 2import PropTypes from 'prop-types';
3import { observer, PropTypes as MobxPropTypes } from 'mobx-react'; 3import { observer } from 'mobx-react';
4import { defineMessages, intlShape } from 'react-intl'; 4import { defineMessages, intlShape } from 'react-intl';
5import ReactTooltip from 'react-tooltip'; 5import ReactTooltip from 'react-tooltip';
6import injectSheet from 'react-jss'; 6import injectSheet from 'react-jss';