Skip to content
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

fix: non-hacker confirm button disable conditions #373

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

samderanova
Copy link
Contributor

Resolves #371.

@samderanova samderanova linked an issue Jan 26, 2024 that may be closed by this pull request
@samderanova samderanova requested a review from a team January 26, 2024 22:33
Copy link
Contributor

github-actions bot commented Jan 26, 2024

Deploy preview for irvinehacks-site-2024 ready!

Name IrvineHacks 2024 Site
Preview Visit Preview
Commit e102997

disabled={!isCheckin}
disabled={nonHacker && isWaiverSigned && role !== "director"}
Copy link
Member

Choose a reason for hiding this comment

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

Sorry, can you also allow check-in leads to confirm following from #372.

disabled={!isCheckin}
disabled={!isCheckinLead}
Copy link
Member

Choose a reason for hiding this comment

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

Issue: should be value not function?

@samderanova samderanova force-pushed the fix/pms-non-hacker-checkin-disable-conditions branch from 822da0d to e102997 Compare January 26, 2024 23:09
@samderanova samderanova merged commit 06075bb into main Jan 26, 2024
4 checks passed
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.

[PMS] Non-Hacker Check In Fixes
2 participants