Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
everywherejacobkim committed Jul 21, 2024
1 parent 5c07f84 commit 1b79674
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/components/EventCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@
</p>
{#if event.id}
<Button
disabled={isPastEvent || $eventAnalyticsStore === undefined || ticketsLeft <= 0}
disabled={isPastEvent ||
$eventAnalyticsStore === undefined ||
ticketsLeft <= 0 ||
event.id === 'recmVKh6OgGcv8itV'}
class="rounded-full"
href={event.joinLink ? event.joinLink : `/checkout/${event.id}`}>
{isPastEvent
Expand Down

0 comments on commit 1b79674

Please sign in to comment.