Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
MergeBack Lunie Bot committed Jun 3, 2020
2 parents 83eb199 + 68c26ab commit a3835b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changes/fabo_fix-double-balances
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Fixed] Fix balances showing in other denom (network id would change internally) @faboweb
1 change: 0 additions & 1 deletion src/vuex/modules/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export default ({ apollo }) => {
if (networkId && currentNetwork.id !== networkId) {
await commit(`setNetworkId`, networkId)
await dispatch(`persistNetwork`, { id: networkId })
currentNetwork.id = networkId
}
commit(`setSignIn`, true)
commit(`setSessionType`, sessionType)
Expand Down

0 comments on commit a3835b6

Please sign in to comment.