Removes "Created by" from tx details (Received)
This commit is contained in:
parent
21e54829a6
commit
85f20e2fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
<div>{{wallet.name}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item single-line">
|
||||
<div class="item single-line" ng-if="btx.action != 'received'">
|
||||
<span class="label" translate>Created by</span>
|
||||
<span class="item-note">
|
||||
{{btx.creatorName}} <time>{{ (btx.ts || btx.createdOn ) * 1000 | amDateFormat:'MM/DD/YYYY hh:mm a'}}</time>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue