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

Commit a6f684c

Browse files
author
dengjun
committed
ci:fixing 134
1 parent 7f59ff7 commit a6f684c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/constants/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,11 @@ export const MY_GIG_STATUS_PLACED = "PLACED";
343343
export const GIG_STATUS = {
344344
AVAILABLE: "Available",
345345
UNAVAILABLE: "Unavailable",
346-
PLACED: "Placed",
347346
};
348347

349348
export const GIG_STATUS_TOOLTIP = {
350349
AVAILABLE: "You’re open to take on new jobs.",
351350
UNAVAILABLE: "You’re not open to take on new jobs.",
352-
PLACED: "You’re on a topcoder gig already.",
353351
};
354352

355353
export const EMPTY_GIGS_TEXT =

0 commit comments

Comments
 (0)