diff --git a/web/app/components/header/account-setting/model-provider-page/model-name/index.tsx b/web/app/components/header/account-setting/model-provider-page/model-name/index.tsx index bf25c49256..a14a22bb35 100644 --- a/web/app/components/header/account-setting/model-provider-page/model-name/index.tsx +++ b/web/app/components/header/account-setting/model-provider-page/model-name/index.tsx @@ -37,7 +37,7 @@ const ModelName: FC = ({ if (!modelItem) return null return ( -
+
= ({ )} > - - {!readonly && ( -
- { - model.status !== ModelStatusEnum.active - ? ( - - - - ) - : ( - - ) - } -
- )} +
+ + {!readonly && ( +
+ { + model.status !== ModelStatusEnum.active + ? ( + + + + ) + : ( + + ) + } +
+ )} +
) }