mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-03 00:32:14 -04:00
🐛Fix subscription view personal sub next payment date
This commit is contained in:
parent
5264fc6181
commit
b696c916c0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ block content
|
|||
if personalSub.nextPaymentDate
|
||||
tr
|
||||
th(data-i18n="account.next_payment")
|
||||
td= moment(nextPaymentDate).format('l')
|
||||
td= moment(personalSub.nextPaymentDate).format('l')
|
||||
if personalSub.cost
|
||||
tr
|
||||
th(data-i18n="account.cost")
|
||||
|
|
Loading…
Add table
Reference in a new issue