From b80f39925ce8ad05170e16d295624280c7037b23 Mon Sep 17 00:00:00 2001 From: Xiangxuan Liu <9570112+nauxliu@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:45:09 +0800 Subject: [PATCH] Show latest conversations on the top (#46) --- components/Sidebar/Conversations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Sidebar/Conversations.tsx b/components/Sidebar/Conversations.tsx index 6dcd4b6..ab05578 100644 --- a/components/Sidebar/Conversations.tsx +++ b/components/Sidebar/Conversations.tsx @@ -38,7 +38,7 @@ export const Conversations: FC = ({ loading, conversations, selectedConve }, [isRenaming, isDeleting]); return ( -
+
{conversations.map((conversation, index) => (