mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -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}/>
|
||||
|
||||
<div className={styles.geolocateBox}>
|
||||
<div
|
||||
{windowWidth > constants.USWDS_BREAKPOINTS.MOBILE_LG && <div
|
||||
className={
|
||||
geolocationInProgress ? styles.geolocateMessage : styles.geolocateMessageHide}>
|
||||
{intl.formatMessage(EXPLORE_COPY.MAP.GEOLOC_MSG_LOCATING)}
|
||||
</div>
|
||||
</div>}
|
||||
<div className={styles.geolocateIcon}>
|
||||
<GeolocateControl
|
||||
positionOptions={{enableHighAccuracy: true}}
|
||||
|
|
Loading…
Add table
Reference in a new issue