Hide message when a process is running
This commit is contained in:
parent
b270ec608f
commit
7c1eb6b468
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div ng-show="index.walletScanStatus == 'error'" ng-click='index.retryScan()'>
|
<div ng-show="index.walletScanStatus == 'error' && !index.anyOnGoingProcess" ng-click='index.retryScan()'>
|
||||||
Scan status finished with error
|
Scan status finished with error
|
||||||
<br> [Tap to retry]
|
<br> [Tap to retry]
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue