From ce692bb763490b0d549e562f36d22903868ec602 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 22 Nov 2025 23:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=9C=89=E7=BE=A4=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=89=8D=E8=83=BD=E6=98=BE=E7=A4=BA=E5=85=A5=E7=BE=A4=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat/ChatFragment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/chat/ChatFragment.tsx b/client/ui/chat/ChatFragment.tsx index ab3fe7e..8a79ee6 100644 --- a/client/ui/chat/ChatFragment.tsx +++ b/client/ui/chat/ChatFragment.tsx @@ -576,7 +576,7 @@ export default function ChatFragment({ target, showReturnButton, onReturnButtonC flexDirection: "column", height: "100%", }}> - + {chatInfo.is_admin && } }