Remove messaging on mobile

This commit is contained in:
Vim USDS 2022-07-29 16:09:55 -07:00
parent 73f502452d
commit 9f2fe1a810

View file

@ -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}}