From a812c568e435cbd052745b2dfae88ced66680a1c Mon Sep 17 00:00:00 2001 From: bietiaop <1527109126@qq.com> Date: Tue, 4 Feb 2025 21:12:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E4=BB=B6=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/file_manage/image_name_button.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/napcat.webui/src/components/file_manage/image_name_button.tsx b/napcat.webui/src/components/file_manage/image_name_button.tsx index b1438558..8c557a65 100644 --- a/napcat.webui/src/components/file_manage/image_name_button.tsx +++ b/napcat.webui/src/components/file_manage/image_name_button.tsx @@ -70,7 +70,12 @@ export default function ImageNameButton({ ) : loading || !data ? ( ) : ( - {name} + {name} ) } >