File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { connect } from 'react-redux'
2- import { FocusTrapWrapper } from '@opentripplanner/map-popup/lib '
2+ import { FocusTrapWrapper } from '@opentripplanner/building-blocks '
33import { Popup } from '@opentripplanner/base-map'
44import { Search } from '@styled-icons/fa-solid/Search'
55import { useIntl , WrappedComponentProps } from 'react-intl'
@@ -82,7 +82,7 @@ function MapPopup({
8282 // Override inline style supplied by react-map-gl to accommodate long "plan a trip" translations.
8383 style = { { maxWidth : '260px' , width : '260px' } }
8484 >
85- < FocusTrapWrapper closePopup = { clearMapPopupLocation } id = "stop -popup" >
85+ < FocusTrapWrapper closePopup = { clearMapPopupLocation } id = "point -popup" >
8686 < PopupTitleWrapper >
8787 < PopupTitle >
8888 { typeof popupName === 'string' && popupName . split ( ',' ) . length > 3
You can’t perform that action at this time.
0 commit comments