Skip to content

Commit 7e4112b

Browse files
fix: Fix the CI build
1 parent 4daadc4 commit 7e4112b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/purchase-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default function PurchaseButton({ itemId, itemType }: PurchaseButtonProps
3636
router.refresh()
3737
})
3838
}}
39-
disabled={isPending}
4039
>
4140
{isPending ? "Processing..." : "Purchase"}
4241
</ShinyButton>

0 commit comments

Comments
 (0)