From eb77d8292df41cac55a32230ee326d72984a6ef1 Mon Sep 17 00:00:00 2001 From: Lucas Magnus Date: Wed, 13 Dec 2023 16:06:48 -0300 Subject: [PATCH] authorize get all vaults --- frontend/src/app/core/pages/authorize-account/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {