From c2688b8ec8a5da3925ca1e60b12470f396b7ff6e Mon Sep 17 00:00:00 2001 From: eunbenn Date: Mon, 15 Jan 2024 05:46:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Editable=20=EC=83=81=ED=83=9C=EC=97=90?= =?UTF-8?q?=EC=84=9C=EB=8F=84=20=EB=B6=80=EC=B0=A9=EB=90=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=8B=B0=EC=BB=A4=20=EB=B3=B4=EC=9D=B4=EA=B2=8C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Detail/components/ZigZagView/index.tsx | 27 +++++++++++----------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/Detail/components/ZigZagView/index.tsx b/src/Detail/components/ZigZagView/index.tsx index ad09b933..3ad1ab44 100644 --- a/src/Detail/components/ZigZagView/index.tsx +++ b/src/Detail/components/ZigZagView/index.tsx @@ -29,7 +29,19 @@ function ZigZagView({ ))} - {isEditable ? ( + + {postedStickerList.map((data) => ( + false} + > + + + ))} + + {isEditable && ( - ) : ( - - {postedStickerList.map((data) => ( - false} - > - - - ))} - )} );