Skip to content

Commit

Permalink
authorize get all vaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Dec 13, 2023
1 parent 3b4614e commit eb77d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/core/pages/authorize-account/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const AuthorizeAccount: React.FC = () => {
}, [filterVaults, getAssetById, id])

useEffect(() => {
getVaults()
getVaults(true)
}, [getVaults])

useEffect(() => {
Expand Down

0 comments on commit eb77d82

Please sign in to comment.