Skip to content

Commit 068e528

Browse files
committed
fix: lint.
1 parent 4eda58b commit 068e528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import type { PaymentMethod } from '@stripe/stripe-js';
1515
1616
let {
17-
show = false,
17+
show = $bindable(false),
1818
isBackup = false,
1919
methods,
2020
organization

0 commit comments

Comments
 (0)