diff --git a/pages/shared/[id].tsx b/pages/shared/[id].tsx index ec73f1174..f39c76a94 100644 --- a/pages/shared/[id].tsx +++ b/pages/shared/[id].tsx @@ -23,7 +23,7 @@ function Shared() { const router = useRouter(); const { id } = router.query; // folderId - // 폴더 이름 id 세팅 + // 폴더 이름 id 세팅. useEffect(() => { if (!router.isReady) return; async function fetchDataAndSetState() {