Skip to content

Commit 9d633ea

Browse files
committed
feat: add refund button and modal
1 parent 919fb50 commit 9d633ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/subscriptions/SubscriptionTable.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@
213213
/>
214214
{:else}
215215
{@const script = getScript(product) as ScriptProduct}
216-
217216
<RefundModal name={script.name} username={script.username} {id} price={priceEx} />
218217
{/if}
219218
{:else}

0 commit comments

Comments
 (0)