From ecd988aa8aea035bb134bc43793f47713d4ca039 Mon Sep 17 00:00:00 2001 From: caadiq Date: Thu, 22 Jan 2026 23:48:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20AlbumPhotos.jsx=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=AF=B8=EC=82=AC=EC=9A=A9=20useNavigate=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- frontend-temp/src/pages/pc/admin/albums/AlbumPhotos.jsx | 1 - 1 file changed, 1 deletion(-) 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);