diff --git a/src/renderer/src/pages/user/user-confirm-undo-friendship-modal.tsx b/src/renderer/src/pages/user/user-confirm-undo-friendship-modal.tsx index cf2a0415..ad83bc00 100644 --- a/src/renderer/src/pages/user/user-confirm-undo-friendship-modal.tsx +++ b/src/renderer/src/pages/user/user-confirm-undo-friendship-modal.tsx @@ -18,25 +18,23 @@ export const UserConfirmUndoFriendshipModal = ({ const { t } = useTranslation("user_profile"); return ( - <> - -
-

{t("undo_friendship_modal_text", { displayName })}

-
- + +
+

{t("undo_friendship_modal_text", { displayName })}

+
+ - -
+
-
- +
+ ); };