Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Kwong committed May 27, 2024
1 parent ee219c9 commit 7b30948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ReverseFood/app/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const url="https://mealathon.azurewebsites.net";
></TextInput>
</View>
</View>
<Pressable onPress={() => {handleLogin}>
<Pressable onPress={() => {handleLogin}}>
<Text style={styles.text}>Login</Text>
</Pressable>
</View>
Expand Down

0 comments on commit 7b30948

Please sign in to comment.