mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Review change
This commit is contained in:
parent
590d18d42b
commit
b9bd4232f0
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ exports[`SearchPageComponent matches snapshot 1`] = `
|
|||
"lng": 0,
|
||||
}
|
||||
}
|
||||
className=""
|
||||
className={null}
|
||||
isOpenOnModal={false}
|
||||
listings={Array []}
|
||||
mapRootClassName={null}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue