From 5501b17c6446d72c99fc39583d737918cda34f36 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:53:08 +0000 Subject: [PATCH] Update ChatList.tsx --- components/dashboard/ChatList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/ChatList.tsx b/components/dashboard/ChatList.tsx index caf0885..4a27d25 100644 --- a/components/dashboard/ChatList.tsx +++ b/components/dashboard/ChatList.tsx @@ -227,7 +227,7 @@ export default function ChatList() { ) : vendorStores.length === 1 ? (
- Store: {vendorStores[0].name} + {vendorStores[0].name}
) : (