Update ChatList.tsx
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user