aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-24 15:19:10 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-24 15:19:10 +0200
commit102dc65cfec21d79542ff6b01a3ead121505251f (patch)
tree4afdb65b3f6c2741154798276c92057caf30dcf0 /src/components/ui
parentRemove Analytics (diff)
downloadferdium-app-102dc65cfec21d79542ff6b01a3ead121505251f.tar.gz
ferdium-app-102dc65cfec21d79542ff6b01a3ead121505251f.tar.zst
ferdium-app-102dc65cfec21d79542ff6b01a3ead121505251f.zip
Fix lint
Diffstat (limited to 'src/components/ui')
-rw-r--r--src/components/ui/PremiumFeatureContainer/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/PremiumFeatureContainer/index.js b/src/components/ui/PremiumFeatureContainer/index.js
index 611c50468..36bf38c98 100644
--- a/src/components/ui/PremiumFeatureContainer/index.js
+++ b/src/components/ui/PremiumFeatureContainer/index.js
@@ -9,7 +9,7 @@ import { oneOrManyChildElements } from '../../../prop-types';
9import UserStore from '../../../stores/UserStore'; 9import UserStore from '../../../stores/UserStore';
10 10
11import styles from './styles'; 11import styles from './styles';
12import FeatureStore from '../../../stores/FeaturesStore'; 12import FeaturesStore from '../../../stores/FeaturesStore';
13 13
14const messages = defineMessages({ 14const messages = defineMessages({
15 action: { 15 action: {