diff --git a/client/src/components/user/followList/FollowerList.tsx b/client/src/components/user/followList/FollowerList.tsx index ec88f26..457d8d5 100644 --- a/client/src/components/user/followList/FollowerList.tsx +++ b/client/src/components/user/followList/FollowerList.tsx @@ -19,11 +19,12 @@ const FollowerList = () => { return ( <> {data.pages.map((page) => - page.content.map(({ nickname, id, introduction }) => ( + page.content.map(({ nickname, id, introduction, userNo }) => ( ))