Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Feb 26, 2020
1 parent 91f98ec commit bd5ec41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const useGlobalTime = () => {
return () => {
deleteAllQuery({ id: 'global' });
};
}, [isInitializing , deleteAllQuery]);
}, [isInitializing, deleteAllQuery]);

return {
isInitializing,
Expand Down

0 comments on commit bd5ec41

Please sign in to comment.