From 4df5a96e988ef388c1a78b2f85c0060f73e04725 Mon Sep 17 00:00:00 2001 From: Law Wai Chun Date: Sat, 2 Mar 2024 14:24:30 +0800 Subject: [PATCH] Revise Emotion qustions --- src/components/emotion/CheckIn.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/components/emotion/CheckIn.tsx b/src/components/emotion/CheckIn.tsx index fe3cbdd8a594..9036ffe587c5 100644 --- a/src/components/emotion/CheckIn.tsx +++ b/src/components/emotion/CheckIn.tsx @@ -155,26 +155,6 @@ const CheckIn = () => { ))} - - - 3. {t("What are you most grateful for in the past 24 hours?")} - - - setState((prev) => ({ ...prev, gratitudeObj: v })) - } - exclusive - sx={{ flexWrap: "wrap", mx: 1 }} - > - {CheckInOptions.gratitudeCnt.map((v, idx) => ( - - {v} - - ))} - -