Skip to content

Commit ee4623e

Browse files
committed
(small) feat: add travellingToHackathon
1 parent 52e217f commit ee4623e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/features/hackerapp/hacker-app-question.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const FORM_INPUT_OPTIONS: HackerApplicationQuestionFormInputField[] = [
6666
"race",
6767
"jobPosition",
6868
"connectPlus",
69+
"travellingToHackathon",
6970
];
7071

7172
export const SHOW_FORM_INPUT: HackerApplicationQuestionType[] = [

src/lib/firebase/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ export type HackerApplicationQuestionFormInputField =
319319
| "pronouns"
320320
| "race"
321321
| "jobPosition"
322-
| "connectPlus";
322+
| "connectPlus"
323+
| "travellingToHackathon";
323324
export interface HackerApplicationQuestion {
324325
_id?: string; // internal
325326
title?: string;

0 commit comments

Comments
 (0)