Merge pull request #3591 from tanojaja/fix/transactions-flag
fix transaction message on history
This commit is contained in:
commit
1adf61198c
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@
|
|||
<!-- Activity -->
|
||||
|
||||
<div class="row"
|
||||
ng-show="!index.loadingWallet && !index.txHistory[0]">
|
||||
ng-show="!index.loadingWallet && !index.txHistory[0] && !index.updatingTxHistory[index.walletId]">
|
||||
<div class="large-12 columns">
|
||||
<div class="oh text-gray size-12 text-center m20t">
|
||||
<span ng-if="!index.txHistoryError" translate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue