From d18910e538d0c83492cc69ae6feec57206581619 Mon Sep 17 00:00:00 2001 From: paulcjy <86853786+paulcjy@users.noreply.github.com> Date: Thu, 4 Jul 2024 05:13:13 +0900 Subject: [PATCH] Update Calendar.tsx --- components/Calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Calendar.tsx b/components/Calendar.tsx index 33a6bf5..91ff174 100644 --- a/components/Calendar.tsx +++ b/components/Calendar.tsx @@ -26,7 +26,7 @@ export const Calendar = () => { {july.map((row: number[], i) => (
{row.map((day: number, i) => ( - + {day ?
{day}