diff --git a/frontend-temp/src/pages/pc/admin/albums/AlbumPhotos.jsx b/frontend-temp/src/pages/pc/admin/albums/AlbumPhotos.jsx index 67c6154..7747447 100644 --- a/frontend-temp/src/pages/pc/admin/albums/AlbumPhotos.jsx +++ b/frontend-temp/src/pages/pc/admin/albums/AlbumPhotos.jsx @@ -22,7 +22,6 @@ import { adminAlbumApi, adminMemberApi } from '@/api/admin'; function AdminAlbumPhotos() { const { albumId } = useParams(); - const navigate = useNavigate(); const fileInputRef = useRef(null); const photoListRef = useRef(null);