comment out debug

This commit is contained in:
padreug 2025-07-30 01:12:59 +02:00
parent 734122ad27
commit 39d400f21e

View file

@ -55,7 +55,7 @@ function handlePurchaseClick(event: {
</div>
<TabsContent value="upcoming">
{{ upcomingEvents }}
<!-- {{ upcomingEvents }} -->
<ScrollArea class="h-[600px] w-full pr-4" v-if="upcomingEvents.length">
<div class="grid gap-4 md:grid-cols-2 lg:grid-cols-3">
<Card v-for="event in upcomingEvents" :key="event.id" class="flex flex-col">