From 517d81080dc2e9ccb6dc9b987a8a2a036a29ac0c Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Sat, 8 Mar 2025 05:31:27 +0000 Subject: [PATCH] Update ChatTable.tsx --- components/dashboard/ChatTable.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/dashboard/ChatTable.tsx b/components/dashboard/ChatTable.tsx index 9ae05a4..df14763 100644 --- a/components/dashboard/ChatTable.tsx +++ b/components/dashboard/ChatTable.tsx @@ -18,7 +18,8 @@ import { Plus, MessageCircle, Loader2, - RefreshCw + RefreshCw, + Eye } from "lucide-react"; import axios from "axios"; import { toast } from "sonner"; @@ -251,13 +252,13 @@ export default function ChatTable() {