Skip to content

Commit

Permalink
Another memory leak fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aleots committed Mar 28, 2024
1 parent 908ebad commit 420918b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/hooks/useAllStrategiesData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const useAllStrategiesData = () => {
.catch((error) => setError(error))
return () => {
setError(null);
setcellarData(undefined);
};
}, [])

Expand Down

0 comments on commit 420918b

Please sign in to comment.