diff --git a/src/containers/BGroup/BGroupBuildingTable.js b/src/containers/BGroup/BGroupBuildingTable.js index 176386936994506818ad5cb53e9ba6d9c852464d..01da6f575446184c244729f4a7f9665483d3d5f4 100644 --- a/src/containers/BGroup/BGroupBuildingTable.js +++ b/src/containers/BGroup/BGroupBuildingTable.js @@ -863,7 +863,7 @@ export default class BGroupBuildingTable extends Component { return (
  • { i.state } - {' '} - {i.project_type} + {' '} - {i.project_type ? i.project_type : 'Project' }
  • ); })}