Skip to content

Commit c26f697

Browse files
committed
fix(customers): remove trailing comma
1 parent be79fff commit c26f697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/customers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ const pagination = ref({
298298
tbody: '[&>tr]:last:[&>td]:border-b-0',
299299
th: 'py-2 first:rounded-l-lg last:rounded-r-lg border-y border-default first:border-l last:border-r',
300300
td: 'border-b border-default',
301-
separator: 'h-0',
301+
separator: 'h-0'
302302
}"
303303
/>
304304

0 commit comments

Comments
 (0)