Update ChatList.tsx
This commit is contained in:
@@ -227,7 +227,7 @@ export default function ChatList() {
|
||||
</div>
|
||||
) : vendorStores.length === 1 ? (
|
||||
<div className="text-sm font-medium">
|
||||
Store: {vendorStores[0].name}
|
||||
{vendorStores[0].name}
|
||||
</div>
|
||||
) : (
|
||||
<div className="flex items-center space-x-2">
|
||||
|
||||
Reference in New Issue
Block a user