Merge branch 'release/0.0.3'

This commit is contained in:
jwu-fisker
2023-03-22 09:53:35 -07:00
20 changed files with 772 additions and 113 deletions

View File

@@ -39,7 +39,7 @@ const Component = () => {
return () => {
clearInterval(id);
};
// eslint-disable-next-line
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [token]);
const retrieveAndStoreLocations = (accessToken) => {