Skip to content

onboarding changes profile#64

Open
RyanNg20 wants to merge 1 commit intostagingfrom
onboardingUpdate
Open

onboarding changes profile#64
RyanNg20 wants to merge 1 commit intostagingfrom
onboardingUpdate

Conversation

@RyanNg20
Copy link
Copy Markdown
Collaborator

No description provided.

if (page == 5) {
if (data[0] != '-' && data[0] != null) changeName(ID, data[0])
if (data[2] != '-' && data[2] != null) changeYear(ID, data[2])
if (data[3] != '-' && data[3] != null && data[3] != "") changeMajor(ID, data[3])
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do we need to check for '-' and if its null? Can you add a comment in the code why we need to check this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants