Skip to content

Commit

Permalink
made BBQ event rsvp btn disable
Browse files Browse the repository at this point in the history
  • Loading branch information
everywherejacobkim committed Jul 21, 2024
1 parent a4c53d3 commit 79de2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/EventCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{#if event.id}
<Button
on:click={(e) => e.stopImmediatePropagation()}
disabled={isPastEvent ||
disabled={!isPastEvent ||
$eventAnalyticsStore === undefined ||
(ticketsLeft < 0 && !event.joinLink)}
class="rounded-full"
Expand Down

0 comments on commit 79de2d8

Please sign in to comment.