From 8343674d32392e4036862c441fadf18e32202abf Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 5 Mar 2024 23:38:23 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=AF=B8=EC=82=AC=EC=9A=A9=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/compositions/header/write-list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/compositions/header/write-list/index.tsx b/components/compositions/header/write-list/index.tsx index 8fab3c7..13b8f3e 100644 --- a/components/compositions/header/write-list/index.tsx +++ b/components/compositions/header/write-list/index.tsx @@ -83,7 +83,7 @@ const WriteList = () => { {!isLoading && data - ? data.pages.map((page, pageNo) => + ? data.pages.map((page) => page.data.content.map((item, index) => ( )),