aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-01-17 10:49:35 +0400
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-01-17 10:49:35 +0400
commit798bbe35dc7096c02b047c5c7f5acb8df7636e6b (patch)
tree70ca3fa325ab739d97ecfcb0e8548bce1c34ce0f /src/containers
parentMerge branch 'develop' into feature/remove-miner (diff)
downloadferdium-app-798bbe35dc7096c02b047c5c7f5acb8df7636e6b.tar.gz
ferdium-app-798bbe35dc7096c02b047c5c7f5acb8df7636e6b.tar.zst
ferdium-app-798bbe35dc7096c02b047c5c7f5acb8df7636e6b.zip
Fix linting issues
Diffstat (limited to 'src/containers')
-rw-r--r--src/containers/settings/AccountScreen.js2
-rw-r--r--src/containers/ui/SubscriptionFormScreen.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/containers/settings/AccountScreen.js b/src/containers/settings/AccountScreen.js
index 21d0fe20a..c5c2982b0 100644
--- a/src/containers/settings/AccountScreen.js
+++ b/src/containers/settings/AccountScreen.js
@@ -59,7 +59,7 @@ export default class AccountScreen extends Component {
59 } 59 }
60 60
61 render() { 61 render() {
62 const { user, payment, app } = this.props.stores; 62 const { user, payment } = this.props.stores;
63 const { openExternalUrl } = this.props.actions.app; 63 const { openExternalUrl } = this.props.actions.app;
64 const { user: userActions } = this.props.actions; 64 const { user: userActions } = this.props.actions;
65 65
diff --git a/src/containers/ui/SubscriptionFormScreen.js b/src/containers/ui/SubscriptionFormScreen.js
index 3d9e413e1..ac4593670 100644
--- a/src/containers/ui/SubscriptionFormScreen.js
+++ b/src/containers/ui/SubscriptionFormScreen.js
@@ -34,7 +34,6 @@ export default class SubscriptionFormScreen extends Component {
34 actions, 34 actions,
35 stores, 35 stores,
36 onCloseWindow, 36 onCloseWindow,
37 skipAction,
38 } = this.props; 37 } = this.props;
39 38
40 const interval = plan; 39 const interval = plan;