summaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2017-10-14 12:24:06 +0200
committerAndrej Mihajlov <and@mullvad.net>2017-10-19 14:16:38 +0200
commitccdcf990b1edc422fdded31c35047297bf33c152 (patch)
treefecd93028daa108224e48cbbd688627e7db000b9 /app
parent5b5c272d300942964322e88f0455550a8619b4da (diff)
downloadmullvadvpn-ccdcf990b1edc422fdded31c35047297bf33c152.tar.xz
mullvadvpn-ccdcf990b1edc422fdded31c35047297bf33c152.zip
Remove unused onViewAccount from AccountPage
Diffstat (limited to 'app')
-rw-r--r--app/containers/AccountPage.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/containers/AccountPage.js b/app/containers/AccountPage.js
index b68ce4f84c..1727c1e5be 100644
--- a/app/containers/AccountPage.js
+++ b/app/containers/AccountPage.js
@@ -15,7 +15,6 @@ const mapDispatchToProps = (dispatch, props) => {
return {
onLogout: () => logout(props.backend),
onClose: () => dispatch(push('/settings')),
- onViewAccount: () => dispatch(push('/settings/account')),
onBuyMore: () => shell.openExternal(links['purchase'])
};
};