@@ -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