From 31ed5521685ea6fce77b01d9ff5edbd68aad9b65 Mon Sep 17 00:00:00 2001 From: hyeseon han Date: Fri, 23 Feb 2024 23:35:17 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B9=9C=EA=B5=AC=20=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20=EC=A1=B0=ED=9A=8C=20=ED=83=AD=20=EC=82=AD=EC=A0=9C=ED=95=98?= =?UTF-8?q?=EA=B8=B0=20CTA=20=EB=B2=84=ED=8A=BC=20=EB=B6=84=EA=B8=B0?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/FriendListTemplate.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/templates/FriendListTemplate.tsx b/src/components/templates/FriendListTemplate.tsx index 21e614d..a2918ab 100644 --- a/src/components/templates/FriendListTemplate.tsx +++ b/src/components/templates/FriendListTemplate.tsx @@ -123,14 +123,16 @@ const FriendListTemplate: React.FC<{ possibleDelete: boolean }> = ({ )} -
-
+ {possibleDelete ? ( +
+
+ ) : null}