diff --git a/src/components/BuildingListTable/index.js b/src/components/BuildingListTable/index.js index 71366629b302c6faa644f56ae2fca3c6f7347c90..34d2d89912079ff039d8cf296b760bc5ebb1b209 100644 --- a/src/components/BuildingListTable/index.js +++ b/src/components/BuildingListTable/index.js @@ -3,7 +3,7 @@ import ReactGA from 'react-ga'; import PropTypes from 'prop-types'; import { browserHistory } from 'react-router'; import './styles.css'; -import { buildingList, loadErrorPropTypes } from '../../containers/SearchBar/propTypes'; +import { buildingList, loadErrorPropTypes } from '../../containers/SearchBarBGroup/propTypes'; import Loading from '../../components/Loading'; /* eslint-disable no-param-reassign */ diff --git a/src/components/NavBar/index.js b/src/components/NavBar/index.js index afe67e72d701bdd0b95f285d10bdedc51bf941b7..008167fc0e0b70e5e46289418f1bb645a6a3c714 100644 --- a/src/components/NavBar/index.js +++ b/src/components/NavBar/index.js @@ -53,7 +53,9 @@ export default class NavBar extends Component { - {this.props.SearchBar ? : null} + {this.props.SearchBar ? : null}