Skip to content

Commit e433762

Browse files
AchoArnoldCopilot
andcommitted
style(web): fix prettier formatting in billing page
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d17aba7 commit e433762

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

web/pages/billing/index.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,9 @@
401401
:key="billingUsage.id"
402402
>
403403
<td>
404-
{{
405-
billingUsage.start_timestamp | billingPeriodDate
406-
}}
404+
{{ billingUsage.start_timestamp | billingPeriodDate }}
407405
408-
{{
409-
billingUsage.end_timestamp | billingPeriodDate
410-
}}
406+
{{ billingUsage.end_timestamp | billingPeriodDate }}
411407
</td>
412408
<td>
413409
{{ billingUsage.sent_messages | decimal }}

0 commit comments

Comments
 (0)