From c3018c4fcefaf9ad5653798ec85b69d9265c37c3 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Sat, 8 Mar 2025 05:44:45 +0000 Subject: [PATCH] Update ChatTable.tsx --- components/dashboard/ChatTable.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/components/dashboard/ChatTable.tsx b/components/dashboard/ChatTable.tsx index e8515c4..a0a9191 100644 --- a/components/dashboard/ChatTable.tsx +++ b/components/dashboard/ChatTable.tsx @@ -228,7 +228,7 @@ export default function ChatTable() {
-
Customer {chat.buyerId.slice(0, 4)}
+
{chat.buyerId}
{chat.orderId && (
Order #{chat.orderId} @@ -261,16 +261,6 @@ export default function ChatTable() { > -