Skip to content

Commit

Permalink
fix: remove dead updateAccount call
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Feb 27, 2024
1 parent 05f2bd2 commit 33ebdba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/UI/DrawerView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ class DrawerView extends PureComponent {
origin: AppConstants.DEEPLINKS.ORIGIN_DEEPLINK,
});
}
await this.updateAccountInfo();
}
toggleReceiveModal = () => {
this.props.toggleReceiveModal();
Expand Down

0 comments on commit 33ebdba

Please sign in to comment.