Update ChatTable.tsx

This commit is contained in:
NotII
2025-03-18 04:16:11 +01:00
parent e069ca865c
commit 122c52474c

View File

@@ -19,7 +19,8 @@ import {
MessageCircle,
Loader2,
RefreshCw,
Eye
Eye,
User
} from "lucide-react";
import axios from "axios";
import { toast } from "sonner";
@@ -225,7 +226,7 @@ export default function ChatTable() {
<div className="flex items-center space-x-3">
<Avatar>
<AvatarFallback>
{chat.buyerId?.slice(0, 2).toUpperCase() || 'CU'}
<User className="h-4 w-4" />
</AvatarFallback>
</Avatar>
<div>