Skip to content

Commit 83709e8

Browse files
authored
Merge pull request #587 from Brodypen/refactor/join-dropdown
Disabled yearly option
2 parents bfe274b + 628bd72 commit 83709e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Payment/Payment.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ export const Payment = () => {
207207
>
208208
<option value=''>Choose...</option>
209209
<option value='semester'>Semester ($25)</option>
210-
<option value='year'>Year ($40)</option>
210+
<option value='year' disabled>
211+
Year ($40) (Only available before Fall Semester)
212+
</option>
211213
</Form.Control>
212214
</Col>
213215
</Row>

0 commit comments

Comments
 (0)