diff --git a/components/dashboard/ChatTable.tsx b/components/dashboard/ChatTable.tsx index cfc3665..be33493 100644 --- a/components/dashboard/ChatTable.tsx +++ b/components/dashboard/ChatTable.tsx @@ -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() {
- {chat.buyerId?.slice(0, 2).toUpperCase() || 'CU'} +