From 122c52474cfca71b6913dd89d075b4fa7497cc4c Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Tue, 18 Mar 2025 04:16:11 +0100 Subject: [PATCH] Update ChatTable.tsx --- components/dashboard/ChatTable.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {