diff --git a/src/App.js b/src/App.js index 893d75a3b071aa5f99a9085ed8eda9c4aaf27504..875d2954a7bdc6ce217dad085c6e1866fcf07b6a 100644 --- a/src/App.js +++ b/src/App.js @@ -281,7 +281,7 @@ class App extends React.Component { title: 'Install a new heating system', answer: 2, value: '', - answerIds: [96, 97, 98, 99, 100, 101, 33, 12], + answerIds: [96, 97, 98, 99, 100, 33, 12], checked: false, }, { @@ -290,7 +290,7 @@ class App extends React.Component { title: 'Install a new cooling system', answer: 2, value: '', - answerIds: [102, 103, 104, 105, 106, 107, 108, 33, 12], + answerIds: [102, 103, 104, 105, 106, 108, 33, 12], checked: false, }, { @@ -441,7 +441,7 @@ class App extends React.Component { title: 'Install a new heating system', answer: 2, value: '', - answerIds: [96, 97, 98, 99, 100, 101, 33, 12], + answerIds: [96, 97, 98, 99, 100, 33, 12], checked: false, }, { @@ -450,7 +450,7 @@ class App extends React.Component { title: 'Install a new cooling system', answer: 2, value: '', - answerIds: [102, 103, 104, 105, 106, 107, 108, 33, 12], + answerIds: [102, 103, 104, 105, 106, 108, 33, 12], checked: false, }, { diff --git a/src/BuildingFutureImprovement.js b/src/BuildingFutureImprovement.js index 376891cadc10f37e092450ae8637fd0ccc24847e..7fdc00e803bae2b72bfd0c800e7bca5563f820b4 100644 --- a/src/BuildingFutureImprovement.js +++ b/src/BuildingFutureImprovement.js @@ -43,7 +43,6 @@ export default class BuildingFutureImprovement extends React.Component { 'Central forced-air system', 'Electric baseboard', 'Individual heat pumps', - 'I don\'t have a heating system', 'Other', 'I\'m not sure', ]; @@ -53,7 +52,6 @@ export default class BuildingFutureImprovement extends React.Component { 'Rooftop air conditioning units', 'Central chiller plant and fan coil units', 'Mini split heat pump systems', - 'I don\'t have a cooling system', 'VRF', 'Other', 'I\'m not sure', @@ -67,7 +65,6 @@ export default class BuildingFutureImprovement extends React.Component { 98: 'Central forced-air system', 99: 'Electric baseboard', 100: 'Individual heat pumps', - 101: 'I don\'t have a heating system', 33: 'I\'m not sure', 12: 'Other', 102: 'Window A/C units', @@ -75,7 +72,6 @@ export default class BuildingFutureImprovement extends React.Component { 104: 'Rooftop air conditioning units', 105: 'Central chiller plant and fan coil units', 106: 'Mini split heat pump systems', - 107: 'I don\'t have a cooling system', 108: 'VRF', }; } diff --git a/src/BuildingPastImprovement.js b/src/BuildingPastImprovement.js index ca89286ff33051884afd22e3aaf178363a766a5d..0494f8d810bf27fda55655abf9e51f05a45b3b96 100644 --- a/src/BuildingPastImprovement.js +++ b/src/BuildingPastImprovement.js @@ -41,7 +41,6 @@ export default class BuildingPastImprovement extends React.Component { 'Central forced-air system', 'Electric baseboard', 'Individual heat pumps', - 'I don\'t have a heating system', 'Other', 'I\'m not sure', ]; @@ -51,7 +50,6 @@ export default class BuildingPastImprovement extends React.Component { 'Rooftop air conditioning units', 'Central chiller plant and fan coil units', 'Mini split heat pump systems', - 'I don\'t have a cooling system', 'VRF', 'Other', 'I\'m not sure', @@ -65,7 +63,6 @@ export default class BuildingPastImprovement extends React.Component { 98: 'Central forced-air system', 99: 'Electric baseboard', 100: 'Individual heat pumps', - 101: 'I don\'t have a heating system', 33: 'I\'m not sure', 12: 'Other', 102: 'Window A/C units', @@ -73,7 +70,6 @@ export default class BuildingPastImprovement extends React.Component { 104: 'Rooftop air conditioning units', 105: 'Central chiller plant and fan coil units', 106: 'Mini split heat pump systems', - 107: 'I don\'t have a cooling system', 108: 'VRF', }; }