Skip to content

Commit 310830a

Browse files
committed
missing let
1 parent ce9ebc4 commit 310830a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/FindRoute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function FindRouteScreen({ navigation }) {
2727
const isFormValid = start.trim() !== '' && destination.trim() !== '';
2828

2929
const fetchRoutes = async () => {
30-
username = await retrieveData('username');
30+
let username = await retrieveData('username');
3131
if (username == null) {
3232
username = '';
3333
}

0 commit comments

Comments
 (0)