Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
fix liniting
  • Loading branch information
jasmineguru committed Dec 14, 2023
1 parent 3bb120a commit 6778768
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/screens/signUpQuestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function SignUpQuestions(): JSX.Element {

return (
<ScrollView style={styles.scrollContainer} contentContainerStyle={styles.contentContainer}>
<Text style={styles.pageHeader}>Before jump right in, let&apos;s get to know you a little more, {user.full_name}!</Text>
<Text style={styles.pageHeader}>Before jump right in, why don&apos;t we get to know you a little more, {user.full_name}!</Text>
<View style={styles.sectionDiv}>
<Text style={styles.questionText}>How many people live in your household:</Text>
<View style={styles.textbox}>
Expand Down
1 change: 0 additions & 1 deletion frontend/src/screens/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default function SignUp(): JSX.Element {
} else {
console.log('User was created succesfully:', email);
navigation.navigate('Welcome');
// navigation.navigate('SignUpQuestions');
}
});
})
Expand Down

0 comments on commit 6778768

Please sign in to comment.