comment out debug
This commit is contained in:
parent
734122ad27
commit
39d400f21e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ function handlePurchaseClick(event: {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<TabsContent value="upcoming">
|
<TabsContent value="upcoming">
|
||||||
{{ upcomingEvents }}
|
<!-- {{ upcomingEvents }} -->
|
||||||
<ScrollArea class="h-[600px] w-full pr-4" v-if="upcomingEvents.length">
|
<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">
|
<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">
|
<Card v-for="event in upcomingEvents" :key="event.id" class="flex flex-col">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue