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() { > -