Skip to content

Commit

Permalink
Merge pull request #587 from Brodypen/refactor/join-dropdown
Browse files Browse the repository at this point in the history
Disabled yearly option
  • Loading branch information
Brodypen authored Jan 11, 2024
2 parents bfe274b + 628bd72 commit 83709e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Payment/Payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ export const Payment = () => {
>
<option value=''>Choose...</option>
<option value='semester'>Semester ($25)</option>
<option value='year'>Year ($40)</option>
<option value='year' disabled>
Year ($40) (Only available before Fall Semester)
</option>
</Form.Control>
</Col>
</Row>
Expand Down

0 comments on commit 83709e8

Please sign in to comment.