Update ChatList.tsx

This commit is contained in:
NotII
2025-03-04 00:53:08 +00:00
parent 3ecc0cbd85
commit 5501b17c64

View File

@@ -227,7 +227,7 @@ export default function ChatList() {
</div> </div>
) : vendorStores.length === 1 ? ( ) : vendorStores.length === 1 ? (
<div className="text-sm font-medium"> <div className="text-sm font-medium">
Store: {vendorStores[0].name} {vendorStores[0].name}
</div> </div>
) : ( ) : (
<div className="flex items-center space-x-2"> <div className="flex items-center space-x-2">