diff --git a/web/app/components/header/account-setting/model-provider-page/provider-added-card/provider-card-actions.tsx b/web/app/components/header/account-setting/model-provider-page/provider-added-card/provider-card-actions.tsx index de1f4c6372..38cfb02835 100644 --- a/web/app/components/header/account-setting/model-provider-page/provider-added-card/provider-card-actions.tsx +++ b/web/app/components/header/account-setting/model-provider-page/provider-added-card/provider-card-actions.tsx @@ -94,7 +94,7 @@ const ProviderCardActions: FC = ({ detail, onUpdate }) => { text={( <> {version} - {isFromMarketplace && } + {isFromMarketplace && } )} hasRedCornerMark={hasNewVersion}