Skip to content

Commit 93a8196

Browse files
committed
fix: lint.
1 parent 2e6be55 commit 93a8196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/organization-[organization]/billing/paymentHistory.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{ id: 'status', width: { min: hasPaymentError ? 200 : 100 } },
7474
{ id: 'amount', width: { min: 120 } },
7575
{ id: 'action', width: 40 }
76-
]
76+
];
7777
</script>
7878

7979
<CardGrid>

0 commit comments

Comments
 (0)