From 2e939f34edccd87f17d2cc15733bdde396f5fff7 Mon Sep 17 00:00:00 2001 From: Jungu Lee <1zzangjun@gmail.com> Date: Wed, 13 Dec 2023 23:31:52 +0900 Subject: [PATCH] =?UTF-8?q?FIX=20:=20=EB=88=84=EB=9D=BD=EB=90=9C=20?= =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/user/followList/FollowerList.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }) => ( ))