Skip to content

Commit d173e74

Browse files
committed
fix lint errors
1 parent aab3b13 commit d173e74

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ class ProjectStatusChangeConfirmation extends Component {
3535
}
3636
this.cancelReasons = [
3737
{ value: null, title: '-- Select Reason --'},
38-
{ value: "spam", title: "Spam"},
39-
{ value: "demo", title: "Demo/Test"},
40-
{ value: "duplicate", title: "Duplicate project"},
41-
{ value: "join-as-member", title: "Want to join Topcoder as member"},
42-
{ value: "price", title: "Project budget doesn't fit"},
43-
{ value: "insufficient-input", title: "Insufficient input from Customer"},
44-
{ value: "non-community", title: "Poor community fit"},
45-
{ value: "customer-inactivity", title: "Customer not responsive"},
46-
{ value: "unrealistic-timeline", title: "Unrealistic timeline"}
38+
{ value: 'spam', title: 'Spam'},
39+
{ value: 'demo', title: 'Demo/Test'},
40+
{ value: 'duplicate', title: 'Duplicate project'},
41+
{ value: 'join-as-member', title: 'Want to join Topcoder as member'},
42+
{ value: 'price', title: 'Project budget doesn\'t fit'},
43+
{ value: 'insufficient-input', title: 'Insufficient input from Customer'},
44+
{ value: 'non-community', title: 'Poor community fit'},
45+
{ value: 'customer-inactivity', title: 'Customer not responsive'},
46+
{ value: 'unrealistic-timeline', title: 'Unrealistic timeline'}
4747
]
4848
this.confirmText = confirmText
4949
this.titleStatus = titleStatus

0 commit comments

Comments
 (0)