aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/AccountScreen.js
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/settings/AccountScreen.js
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/settings/AccountScreen.js')
-rw-r--r--src/containers/settings/AccountScreen.js2
1 files changed, 1 insertions, 1 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