-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
progress commit #76
progress commit #76
Conversation
else if (form.Language == FormLanguage.Spanish) | ||
cssClassFormLanguage = "bg-green-100"; | ||
} | ||
@if (form.Language != FormLanguage.English && form.Language != FormLanguage.Spanish) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smiththay I wonder if Instead of having an empty if statement here, could it just a single if statement for the opposite to display @form.Language
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge! There is a comment about possibly removing an empty if-statement, but doesn't need to hold anything up unless you want to change it.
Be sure to use the GitHub web ui to 'squash and merge.'
fixes Z1 Checklist Layout #39