mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
obj change fix
This commit is contained in:
parent
79b878209d
commit
4209d91c43
@ -24,7 +24,7 @@
|
||||
<dt>Status</dt>
|
||||
<dd style="text-transform: capitalize;">{{subscription.status || '-'}}</dd>
|
||||
<dt>Next Charge</dt>
|
||||
<dd>{{nextBillDate ? ((nextBillDate | date: format: mediumDate) + ', ' + (nextBillAmount | currency:'$')) : '-'}}</dd>
|
||||
<dd>{{nextBill ? ((nextBill.date | date: format: mediumDate) + ', ' + (nextBill.amount | currency:'$')) : '-'}}</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user