diff --git a/src/BuildingFutureImprovement.js b/src/BuildingFutureImprovement.js index 58e7657a397a771484ac99f8ec7a18a7ccb2866f..376891cadc10f37e092450ae8637fd0ccc24847e 100644 --- a/src/BuildingFutureImprovement.js +++ b/src/BuildingFutureImprovement.js @@ -44,8 +44,8 @@ export default class BuildingFutureImprovement extends React.Component { 'Electric baseboard', 'Individual heat pumps', 'I don\'t have a heating system', - 'I\'m not sure', 'Other', + 'I\'m not sure', ]; this.coolingSystemNames = [ 'Window A/C units', diff --git a/src/BuildingHeatingSystem.js b/src/BuildingHeatingSystem.js index dc1f7d1e58a1c350711cad8a147fc7d87eb73f95..cb7eca0a01eeefc43ef3dfb2ccc57cbe51f63ed8 100644 --- a/src/BuildingHeatingSystem.js +++ b/src/BuildingHeatingSystem.js @@ -15,8 +15,8 @@ export default class BuildingHeatingSystem extends React.Component { 'Electric baseboard', 'Individual heat pumps', 'I don\'t have a heating system', - 'I\'m not sure', 'Other', + 'I\'m not sure', ]; } diff --git a/src/BuildingOperatingChallenges.js b/src/BuildingOperatingChallenges.js index 71d380cb7d66357a6f17e4e3941f4aac2bc45400..4ef926a33d010c01979a81a49fccde4f0cc287f8 100644 --- a/src/BuildingOperatingChallenges.js +++ b/src/BuildingOperatingChallenges.js @@ -21,7 +21,7 @@ export default class BuildingOperatingChallenges extends React.Component { TooHot: 'The building is too hot', NotEnoughDomesticHotWater: 'The building doesn’t get enough domestic hot water', BuildingViolations: 'Building violations', - Other: 'other' + Other: 'Other' } } diff --git a/src/BuildingPastImprovement.js b/src/BuildingPastImprovement.js index 55955cc288f9505ecf2de85a5edbef628de6bd77..ca89286ff33051884afd22e3aaf178363a766a5d 100644 --- a/src/BuildingPastImprovement.js +++ b/src/BuildingPastImprovement.js @@ -1,8 +1,6 @@ import React from "react"; import { Row, Col, Button, Input } from 'reactstrap'; import './index.css'; -import { yieldExpression } from "@babel/types"; - export default class BuildingPastImprovement extends React.Component { constructor(props) { @@ -44,8 +42,8 @@ export default class BuildingPastImprovement extends React.Component { 'Electric baseboard', 'Individual heat pumps', 'I don\'t have a heating system', - 'I\'m not sure', 'Other', + 'I\'m not sure', ]; this.coolingSystemNames = [ 'Window A/C units',