From 15cd689741969e3a8bbdef25a9c27fef173e3246 Mon Sep 17 00:00:00 2001 From: josc146 Date: Wed, 21 Jun 2023 23:11:22 +0800 Subject: [PATCH] adjust MoreUtilsButton --- frontend/src/pages/Chat.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Chat.tsx b/frontend/src/pages/Chat.tsx index c014b6c..2871513 100644 --- a/frontend/src/pages/Chat.tsx +++ b/frontend/src/pages/Chat.tsx @@ -65,6 +65,7 @@ const MoreUtilsButton: FC<{ uuid: string, setEditing: (editing: boolean) => void