diff --git a/frontend-temp/src/pages/pc/public/schedule/ScheduleDetail.jsx b/frontend-temp/src/pages/pc/public/schedule/ScheduleDetail.jsx index 61a81bd..ca6bf35 100644 --- a/frontend-temp/src/pages/pc/public/schedule/ScheduleDetail.jsx +++ b/frontend-temp/src/pages/pc/public/schedule/ScheduleDetail.jsx @@ -25,11 +25,7 @@ function PCScheduleDetail() { }); if (isLoading) { - return ( -
-
-
- ); + return
; } if (error || !schedule) { @@ -137,8 +133,13 @@ function PCScheduleDetail() {
{/* 브레드크럼 네비게이션 */} @@ -154,9 +155,13 @@ function PCScheduleDetail() { {/* 메인 컨텐츠 */} {renderCategorySection()}