diff --git a/frontend/src/app/core/pages/authorize-account/index.tsx b/frontend/src/app/core/pages/authorize-account/index.tsx index 93e129fd..b5ec0968 100644 --- a/frontend/src/app/core/pages/authorize-account/index.tsx +++ b/frontend/src/app/core/pages/authorize-account/index.tsx @@ -130,7 +130,7 @@ export const AuthorizeAccount: React.FC = () => { }, [filterVaults, getAssetById, id]) useEffect(() => { - getVaults() + getVaults(true) }, [getVaults]) useEffect(() => {