fix transaction message on history
This commit is contained in:
parent
10d229eae8
commit
487857fdbe
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