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