Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 9ee24fd

Browse files
integration
1 parent df1360e commit 9ee24fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,14 @@ export const CURRENCY_SYMBOL = {
104104
};
105105

106106
export const GIGS_FILTER_STATUSES = {
107+
ACTIVE_JOBS: "Active Gigs",
107108
OPEN_JOBS: "Open Applications",
108109
COMPLETED_JOBS: "Completed Gigs",
109110
ARCHIVED_JOBS: "Archived Applications",
110111
};
111112

112113
export const GIGS_FILTER_STATUSES_PARAM = {
114+
[GIGS_FILTER_STATUSES.ACTIVE_JOBS]: "active_jobs",
113115
[GIGS_FILTER_STATUSES.OPEN_JOBS]: "open_jobs",
114116
[GIGS_FILTER_STATUSES.COMPLETED_JOBS]: "completed_jobs",
115117
[GIGS_FILTER_STATUSES.ARCHIVED_JOBS]: "archived_jobs",

0 commit comments

Comments
 (0)