We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9ebc4 commit 310830aCopy full SHA for 310830a
1 file changed
client/src/FindRoute.js
@@ -27,7 +27,7 @@ export default function FindRouteScreen({ navigation }) {
27
const isFormValid = start.trim() !== '' && destination.trim() !== '';
28
29
const fetchRoutes = async () => {
30
- username = await retrieveData('username');
+ let username = await retrieveData('username');
31
if (username == null) {
32
username = '';
33
}
0 commit comments