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} ) } >