Skip to content

Commit

Permalink
fix a eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sarveshpro committed Mar 4, 2021
1 parent 3f3e1d8 commit 1746165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/user/UserProfile/components/RegisterTrees.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function RegisterTrees({
}

async function getUserLocation() {
let location = await getStoredConfig('loc');
const location = await getStoredConfig('loc');
if (location) {
setUserLocation([location.latitude, location.longitude]);
}
Expand Down

0 comments on commit 1746165

Please sign in to comment.