diff --git a/frontend/src/pages/mobile/public/Schedule.jsx b/frontend/src/pages/mobile/public/Schedule.jsx index 393f94a..d3d6ad9 100644 --- a/frontend/src/pages/mobile/public/Schedule.jsx +++ b/frontend/src/pages/mobile/public/Schedule.jsx @@ -449,9 +449,14 @@ function MobileSchedule() { {/* 컨텐츠 영역 */}
- {isSearchMode && searchTerm ? ( - // 검색 결과 - 가상 스크롤 - searchLoading ? ( + {isSearchMode ? ( + // 검색 모드 + !searchTerm ? ( + // 검색어 입력 전 - 빈 상태 +
+ 검색어를 입력하세요 +
+ ) : searchLoading ? (