Skip to content

Commit

Permalink
Seems like we should save when we've refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Dec 20, 2017
1 parent 7048883 commit 24e96d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/lib/stores/accounts-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class AccountsStore {
this.accounts.map(acc => this.tryUpdateAccount(acc))
)

this.save()
this.emitUpdate()
}

Expand Down

0 comments on commit 24e96d0

Please sign in to comment.