More work with subscriptions
This commit is contained in:
parent
316e14f0ea
commit
918103a17b
12 changed files with 29 additions and 14 deletions
|
|
@ -174,6 +174,6 @@ SelectionMap.propTypes = {
|
|||
};
|
||||
|
||||
export default translate([], { wait: true })(withTracker(props => ({
|
||||
center: props.center[0] ? props.center : geolocation.get(),
|
||||
center: props.center[0] !== null ? props.center : geolocation.get(),
|
||||
distance: props.distance
|
||||
}))(SelectionMap));
|
||||
|
|
|
|||
|
|
@ -13,3 +13,11 @@
|
|||
width: 85vw;
|
||||
}
|
||||
}
|
||||
|
||||
.dist-slider {
|
||||
margin: 0px 10px 30px 10px;
|
||||
}
|
||||
|
||||
.center-in-my-pos {
|
||||
margin: 10px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue