Review change

This commit is contained in:
Vesa Luusua 2017-08-24 14:20:58 +03:00
parent 590d18d42b
commit b9bd4232f0
2 changed files with 2 additions and 2 deletions

View file

@ -252,7 +252,7 @@ export class SearchMapComponent extends Component {
SearchMapComponent.defaultProps = {
bounds: null,
center: new sdkTypes.LatLng(0, 0),
className: '',
className: null,
isOpenOnModal: false,
listings: [],
mapRootClassName: null,

View file

@ -88,7 +88,7 @@ exports[`SearchPageComponent matches snapshot 1`] = `
"lng": 0,
}
}
className=""
className={null}
isOpenOnModal={false}
listings={Array []}
mapRootClassName={null}