fix expiration date value
This commit is contained in:
parent
4a1db111e4
commit
4b8702ed75
3 changed files with 10 additions and 4 deletions
|
|
@ -19,9 +19,10 @@
|
|||
<span class="text-gray" ng-if="isRateAvailable">
|
||||
{{ alternative }} {{ alternativeIsoCode }}
|
||||
</span>
|
||||
<p>
|
||||
<b>Expires</b> {{md.expiration | amTimeAgo }}
|
||||
</p>
|
||||
|
||||
<div ng-if="md.expirationDate" class="m10v">
|
||||
<b>Expires</b>: {{md.expirationDate | amTimeAgo }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue