Removes "Created by" from tx details (Received)

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-02 18:01:40 -03:00
commit 85f20e2fdb
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -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>