File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -345,15 +345,13 @@ function WebsiteOfficerForm() {
345345 < WebsiteQuestions
346346 formData = { formData . website }
347347 handleChange = { handleChange }
348- toolsOptions = { toolsOptions }
349348 />
350349 ) ;
351350 case "Sponsorships Officer" :
352351 return (
353352 < SponsorshipsQuestions
354353 formData = { formData . sponsorships }
355354 handleChange = { handleChange }
356- toolsOptions = { toolsOptions }
357355 />
358356 ) ;
359357 default :
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ interface props {
1515 engagement : string
1616 } ;
1717 handleChange : ( e : React . ChangeEvent < any > ) => void ;
18- toolsOptions : string [ ] ;
1918}
2019
2120const WebsiteQuestions : React . FC < props > = ( { formData, handleChange } ) => (
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ interface websiteProps {
1414 ideas : string ,
1515 goodweb : string
1616 } ;
17- handleChange : ( e : React . ChangeEvent < any > ) => void ;
18- toolsOptions : string [ ] ;
17+ handleChange : ( e : React . ChangeEvent < any > ) => void ;
1918}
2019
2120const WebsiteQuestions : React . FC < websiteProps > = ( { formData, handleChange } ) => (
You can’t perform that action at this time.
0 commit comments