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