diff --git a/web/app/components/header/account-setting/index.tsx b/web/app/components/header/account-setting/index.tsx index 33b4a0f68a..652ba38322 100644 --- a/web/app/components/header/account-setting/index.tsx +++ b/web/app/components/header/account-setting/index.tsx @@ -204,15 +204,17 @@ export default function AccountSetting({
{activeItem?.description}
) } -
- setSearchValue(e.target.value)} - value={searchValue} - /> -
+ {activeItem?.key === 'provider' && ( +
+ setSearchValue(e.target.value)} + value={searchValue} + /> +
+ )}
{activeMenu === 'account' && }