fix lint
This commit is contained in:
parent
1e1e910d38
commit
982aede138
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ export class AccountDetailsComponent implements OnInit, OnDestroy {
|
|||
clearTimeout(this.timeoutIdQueuedAutoRefresh);
|
||||
}
|
||||
|
||||
if(this.autoRefreshReasonBlockUpdate !== null) {
|
||||
if (this.autoRefreshReasonBlockUpdate !== null) {
|
||||
const isUpdateStillRelevant =
|
||||
this.isReceivableBlockUpdateRelevant(this.autoRefreshReasonBlockUpdate);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue