Cleanup
This commit is contained in:
@@ -553,7 +553,7 @@ export default function ChatDetail({ chatId }: { chatId: string }) {
|
||||
</Button>
|
||||
<div className="flex flex-col">
|
||||
<h3 className="text-lg font-semibold">
|
||||
Chat with Customer {chat.buyerId.slice(-4)}
|
||||
Chat with Customer {chat.buyerId}
|
||||
</h3>
|
||||
{chat.telegramUsername && (
|
||||
<span className="text-sm text-muted-foreground">
|
||||
|
||||
Reference in New Issue
Block a user