diff --git a/src/BuildingTypeSubType.js b/src/BuildingTypeSubType.js
index 760c888a92d5c725c65f30cb636d0cc694a34654..fb6d96a32ee640d7a961adb5173544add0797a38 100644
--- a/src/BuildingTypeSubType.js
+++ b/src/BuildingTypeSubType.js
@@ -10,6 +10,11 @@ export default class BuildingTypeSubType extends React.Component {
buildingSubTypeAnswer: this.props.buildingSubTypeAnswer,
};
this.names = ['Residential', 'Mixed-Use', 'Commercial', 'Industrial', 'MUSH'];
+ this.buildingTypeDescription = ['',
+ '',
+ '',
+ '',
+ 'Includes municipal & state governments, universities & colleges, K-12 schools, and hospitals.']
this.subTypeNames = {
'34': [ 'Detached One or Two-Family Dwellings',
'Attached One or Two-Family Dwellings',
@@ -109,7 +114,7 @@ export default class BuildingTypeSubType extends React.Component {
{
this.props.answerIdsBuildingType.map((answerId, id) => {
return (
-
);