Ensure no floating comma in tx history (wavecrest does not provide merchant location).
This commit is contained in:
parent
4c0da8c77e
commit
fca7906f76
2 changed files with 7 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
{{tx.merchant.name}}
|
||||
</div>
|
||||
<div class="size-12 text-gray">
|
||||
<span ng-show="tx.merchant.city && tx.merchant.state">{{tx.merchant.city}}, {{tx.merchant.state}}</span>
|
||||
<span ng-show="tx.merchant.city && tx.merchant.state">{{tx.merchant.location}}</span>
|
||||
<span ng-class="{'m5l':tx.merchant.city && tx.merchant.state}">
|
||||
{{tx.timestamp | amDateFormat:'h:mm A'}}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue