diff options
| -rw-r--r-- | app/containers/AccountPage.js | 1 |
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']) }; }; |
