diff --git a/frontend/src/pages/pc/Schedule.jsx b/frontend/src/pages/pc/Schedule.jsx index e4aa835..16fa54f 100644 --- a/frontend/src/pages/pc/Schedule.jsx +++ b/frontend/src/pages/pc/Schedule.jsx @@ -636,13 +636,7 @@ function Schedule() { 전체 - {isSearchMode && searchTerm - ? searchResults.length - : schedules.filter(s => { - const scheduleDate = s.date ? s.date.split('T')[0] : ''; - return scheduleDate.startsWith(currentYearMonth); - }).length - } + {categoryCounts.get('total') || 0}