diff --git a/components/Sidebar/Conversation.tsx b/components/Sidebar/Conversation.tsx index 260412c..f0d7164 100644 --- a/components/Sidebar/Conversation.tsx +++ b/components/Sidebar/Conversation.tsx @@ -63,90 +63,98 @@ export const ConversationComponent: FC = ({ }, [isRenaming, isDeleting]); return ( - )} {(isDeleting || isRenaming) && selectedConversation.id === conversation.id && ( -
- + +
)} {selectedConversation.id === conversation.id && !isDeleting && !isRenaming && ( -
- + +
)} - + ); }; diff --git a/components/Sidebar/Sidebar.tsx b/components/Sidebar/Sidebar.tsx index eb7df29..292cfcf 100644 --- a/components/Sidebar/Sidebar.tsx +++ b/components/Sidebar/Sidebar.tsx @@ -150,7 +150,7 @@ export const Sidebar: FC = ({ )} -
+
{folders.length > 0 && (