diff --git a/apps/frontend/src/pages/admin/billing/[id].vue b/apps/frontend/src/pages/admin/billing/[id].vue index 40ba9da61..fbbaae9c6 100644 --- a/apps/frontend/src/pages/admin/billing/[id].vue +++ b/apps/frontend/src/pages/admin/billing/[id].vue @@ -150,9 +150,26 @@ + + Ended: + + Ends: + Issued: + Due: {{ dayjs(charge.due).format("MMMM D, YYYY [at] h:mma") }} ({{ formatRelativeTime(charge.due) }}) + + Last attempt: + Charged: + {{ dayjs(charge.last_attempt).format("MMMM D, YYYY [at] h:mma") }} + ({{ formatRelativeTime(charge.last_attempt) }}) + +
{{ charge.status }} ⋅