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}