Skip to content

Commit 9da6614

Browse files
committed
lint.
1 parent 77aa120 commit 9da6614

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/lib/components/billing/updateStateModal.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@
6262
}
6363
</script>
6464

65-
<Modal
66-
bind:show
67-
bind:error
68-
onSubmit={handleSubmit}
69-
title="Update payment method state">
65+
<Modal bind:show bind:error onSubmit={handleSubmit} title="Update payment method state">
7066
<Layout.Stack direction="column" gap="m">
7167
<Typography.Text>
7268
State information is required for US payment methods to apply correct taxes and meet

0 commit comments

Comments
 (0)