Skip to content

Commit

Permalink
Merge branch 'development' into ts.login_buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
evanyang1 authored May 14, 2024
2 parents aab98eb + 29172a0 commit 5c09f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/presentational/newUserForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const NewUserForm = (props) => {
className="form-check-in-submit"
onClick={(e) => props.checkInNewUser(e)}
>
CHECK IN
{props.newMember ? 'CREATE PROFILE' : 'CHECK IN'}
</button>
</div>
</div>
Expand Down

0 comments on commit 5c09f28

Please sign in to comment.