mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Remove messaging on mobile
This commit is contained in:
parent
73f502452d
commit
9f2fe1a810
1 changed files with 2 additions and 2 deletions
|
@ -498,11 +498,11 @@ const J40Map = ({location}: IJ40Interface) => {
|
||||||
<MapSearch goToPlace={goToPlace}/>
|
<MapSearch goToPlace={goToPlace}/>
|
||||||
|
|
||||||
<div className={styles.geolocateBox}>
|
<div className={styles.geolocateBox}>
|
||||||
<div
|
{windowWidth > constants.USWDS_BREAKPOINTS.MOBILE_LG && <div
|
||||||
className={
|
className={
|
||||||
geolocationInProgress ? styles.geolocateMessage : styles.geolocateMessageHide}>
|
geolocationInProgress ? styles.geolocateMessage : styles.geolocateMessageHide}>
|
||||||
{intl.formatMessage(EXPLORE_COPY.MAP.GEOLOC_MSG_LOCATING)}
|
{intl.formatMessage(EXPLORE_COPY.MAP.GEOLOC_MSG_LOCATING)}
|
||||||
</div>
|
</div>}
|
||||||
<div className={styles.geolocateIcon}>
|
<div className={styles.geolocateIcon}>
|
||||||
<GeolocateControl
|
<GeolocateControl
|
||||||
positionOptions={{enableHighAccuracy: true}}
|
positionOptions={{enableHighAccuracy: true}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue