From 6ccd7c1eed9350e585d229d2dd2f9d63af67d0a7 Mon Sep 17 00:00:00 2001 From: danidfra Date: Fri, 1 Nov 2024 17:00:24 -0300 Subject: [PATCH] Change classname "reply-mentions-modal__accounts" to use only Tailwind --- src/features/ui/components/modals/reply-mentions-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/ui/components/modals/reply-mentions-modal.tsx b/src/features/ui/components/modals/reply-mentions-modal.tsx index 69ae41acd..386402078 100644 --- a/src/features/ui/components/modals/reply-mentions-modal.tsx +++ b/src/features/ui/components/modals/reply-mentions-modal.tsx @@ -36,7 +36,7 @@ const ReplyMentionsModal: React.FC = ({ composeId, onClose closeIcon={require('@tabler/icons/outline/arrow-left.svg')} closePosition='left' > -
+
{mentions.map(accountId => )}