Skip to content

Commit

Permalink
fix checkCheckCount on accounts reload
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed May 3, 2021
1 parent c0f316d commit b2b5083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/modules/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ export class accountsList {
this._users[id].remove();
delete this._users[id];
}
this._checkCheckCount;
this._checkCheckCount();
}
})
}

0 comments on commit b2b5083

Please sign in to comment.