Update: Removes dummy text
This commit is contained in:
parent
7b26261512
commit
7f5f74bb6e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
<span ng-if="btx.action == 'sent' || btx.action == 'moved'">
|
||||
{{addressbook[btx.addressTo].name || addressbook[btx.addressTo] || 'Sending'|translate}}
|
||||
</span>
|
||||
<div ng-if="btx.note.body" class="wallet-details__tx-message ellipsis">abc{{btx.note.body}}</div>
|
||||
<div ng-if="btx.note.body" class="wallet-details__tx-message ellipsis">{{btx.note.body}}</div>
|
||||
<span ng-if="btx.action == 'received'" translate>Receiving</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue