Skip to content

Commit

Permalink
Merge main into organizer-refactor branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblurie29 committed Sep 12, 2023
2 parents 61eaed6 + d87ac89 commit 28f043d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pages/HackerDash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -517,15 +517,20 @@ export default function HackerDash({ userApplicationStatus, setUserApplicationSt
<Button icon={<UploadOutlined />}>Upload résumé (PDF only)</Button>
</Upload>
</Form.Item>
{/* <Form.Item
label="Would you like to apply for travel reimbursements? "
<Form.Item
className={styles.FormItem}
label={
<p className={styles.Label}>
Would you like to apply for travel reimbursements?
</p>
}
name="applyTravelReimbursement"
rules={[{ required: true, message: 'Please select an answer!' }]}>
<Radio.Group>
<Radio.Button value="yes">Yes</Radio.Button>
<Radio.Button value="no">No</Radio.Button>
</Radio.Group>
</Form.Item> */}
</Form.Item>
<Form.Item
className={styles.FormItem}
name="overnight"
Expand Down

0 comments on commit 28f043d

Please sign in to comment.