Skip to content

Commit

Permalink
hot add: enable travel reimbursement
Browse files Browse the repository at this point in the history
  • Loading branch information
zineanteoh committed Sep 12, 2023
1 parent 55fec13 commit d87ac89
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

1 comment on commit d87ac89

@vercel
Copy link

@vercel vercel bot commented on d87ac89 Sep 12, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.