Skip to content

Commit ca41408

Browse files
committed
[chore]미개발 부분 주석처리
1 parent ea8994a commit ca41408

File tree

1 file changed

+2
-2
lines changed
  • src/domains/mypage/components/pages/my-active

1 file changed

+2
-2
lines changed

src/domains/mypage/components/pages/my-active/MyLike.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ function MyLike() {
2020
credentials: 'include',
2121
});
2222
const json = await res.json();
23-
setMyLike(json.data.items);
23+
// setMyLike(json.data.items);
2424
};
2525

2626
useEffect(() => {
2727
fetchLike();
2828
}, []);
2929

30-
return <PostCard posts={myLike} isLoading={isLoading} />;
30+
// return <PostCard posts={myLike} isLoading={isLoading} />;
3131
}
3232
export default MyLike;

0 commit comments

Comments
 (0)