Skip to content

Commit 628bd72

Browse files
committed
Disabled yearly option
1 parent 3dac50c commit 628bd72

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)