From 95c64dfa8ffbef9afcd86808a5f9d31e14d20797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Thu, 5 Feb 2026 08:20:40 +0900 Subject: [PATCH] =?UTF-8?q?feat:=EC=9E=90=EA=B8=88=EA=B3=84=ED=9A=8D?= =?UTF-8?q?=EC=9D=BC=EC=A0=95=20=EC=BA=98=EB=A6=B0=EB=8D=94=20=EB=82=A0?= =?UTF-8?q?=EC=A7=9C=EB=B3=84=20=EC=B6=94=EA=B0=80(+)=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=20=EC=83=81=EC=8B=9C=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- .../fund-schedules/partials/calendar.blade.php | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/resources/views/finance/fund-schedules/partials/calendar.blade.php b/resources/views/finance/fund-schedules/partials/calendar.blade.php index 8d142b90..677387c4 100644 --- a/resources/views/finance/fund-schedules/partials/calendar.blade.php +++ b/resources/views/finance/fund-schedules/partials/calendar.blade.php @@ -54,10 +54,10 @@ {{ $currentDate->day }} - @if($isCurrentMonth && count($daySchedules) === 0) + @if($isCurrentMonth) @endforeach - @if($isCurrentMonth && count($daySchedules) > 0) - - @endif