From 59ae1a1d42aafdfce4dd70737f627fdf38ca9cda Mon Sep 17 00:00:00 2001 From: Niclas Edenvin Date: Thu, 15 Aug 2024 12:12:39 +0000 Subject: [PATCH] Merged in bug/lang-client-component (pull request #411) bug: Make staycard a client component * bug: Make staycard a client component Approved-by: Hrishikesh Vaipurkar --- components/MyPages/Blocks/Stays/StayCard/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/MyPages/Blocks/Stays/StayCard/index.tsx b/components/MyPages/Blocks/Stays/StayCard/index.tsx index 24e126d4d..5ab6c0b5d 100644 --- a/components/MyPages/Blocks/Stays/StayCard/index.tsx +++ b/components/MyPages/Blocks/Stays/StayCard/index.tsx @@ -1,3 +1,4 @@ +"use client" import { dt } from "@/lib/dt" import { CalendarIcon } from "@/components/Icons"