Skip to content

Commit

Permalink
fixed isDirty #185
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiaszCudnik committed Jan 29, 2019
1 parent e3fd152 commit e74560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class AccountStore {
this.recentTransactions.isLoading = false;
});
}
this.isDirty_ = true;
this.isDirty_ = value;
}

get isDirty() {
Expand Down

0 comments on commit e74560f

Please sign in to comment.