add "newTx" flag"
This commit is contained in:
parent
01ba385ca8
commit
ae400dbe27
2 changed files with 11 additions and 5 deletions
|
|
@ -212,7 +212,7 @@
|
|||
</h4>
|
||||
|
||||
|
||||
<div ng-if="index.txHistory[0] && index.updatingTxHistory[index.walletId]" class="row collapse last-transactions-content animated fadeInDown">
|
||||
<div ng-if="index.txHistory[0] && index.updatingTxHistory[index.walletId] && index.newTx" class="row collapse last-transactions-content animated fadeInDown">
|
||||
<div class="large-6 medium-6 small-6 columns size-14">
|
||||
<div class="m10r left">
|
||||
<img src="img/icon-new.svg" width="40">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue