From 10257e21cf47cb29a1cc7cbe2952889d98490b21 Mon Sep 17 00:00:00 2001 From: Andres Date: Tue, 29 Apr 2025 12:59:35 +0200 Subject: [PATCH] fix timezones for next match card --- .../(home)/major-league-balatro/_components/next-match-info.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/(home)/major-league-balatro/_components/next-match-info.tsx b/src/app/(home)/major-league-balatro/_components/next-match-info.tsx index bb3ef73..16fc1f2 100644 --- a/src/app/(home)/major-league-balatro/_components/next-match-info.tsx +++ b/src/app/(home)/major-league-balatro/_components/next-match-info.tsx @@ -1,3 +1,4 @@ +'use client' import { NextMatchInfoCard } from '@/app/(home)/major-league-balatro/_components/next-match-info-card' import { CountdownTimer } from '@/components/countdown-timer' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'