From 5b68ff8d762ca008abdc040756809078fccd13fa Mon Sep 17 00:00:00 2001 From: hyeseon han Date: Sat, 17 Feb 2024 22:24:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20mock=20data=20=EC=83=81=EC=88=98?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index da8bb19..e28952e 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -9,6 +9,8 @@ import Header from '@/components/organisms/Header'; import Link from 'next/link'; import { AlarmIcon } from '@/assets/icons'; +const NEAR_EXPIRATION_COUNT_MOCK_DATA=2; + const Home: NextPage = () => { const isNearExpirationWarn = true; return ( @@ -24,7 +26,7 @@ const Home: NextPage = () => { />
{isNearExpirationWarn && ( - + )}