diff --git a/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx b/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx index 12d3c5d..df2966e 100644 --- a/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx +++ b/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx @@ -512,8 +512,14 @@ function AdminAlbumPhotos() { if (loading) { return ( -
-
+
+ {/* 헤더 */} + + + {/* 로딩 스피너 */} +
+
+
); }