Skip to content

Commit

Permalink
Merge branch 'dev' into PLATFORM-292
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Feb 27, 2021
2 parents 0755609 + f1a28c8 commit f2296b9
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 932 deletions.
4 changes: 2 additions & 2 deletions domains/Auth/SignUp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ export default function SignUp({ navigation }) {
{formikProps.isSubmitting ? (
<ActivityIndicator />
) : (
<Button mode="contained" theme={theme} style={styles.submitButton} onPress={formikProps.handleSubmit}>{I18n.t('signUp.submit')}</Button>
)}
<Button mode="contained" theme={theme} style={styles.submitButton} onPress={formikProps.handleSubmit}>{I18n.t('signUp.submit')}</Button>
)}

<TermsModal visible={visible} setVisible={setVisible} />
</>
Expand Down
Loading

0 comments on commit f2296b9

Please sign in to comment.