Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hansaemkim38 committed May 26, 2024
1 parent 73cbf87 commit 468a86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/shared/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Shared() {
const router = useRouter();
const { id } = router.query; // folderId

// 폴더 이름 id 세팅
// 폴더 이름 id 세팅.
useEffect(() => {
if (!router.isReady) return;
async function fetchDataAndSetState() {
Expand Down

0 comments on commit 468a86d

Please sign in to comment.