Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Jun 24, 2024
1 parent d7b69a9 commit 44e44b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { injectIntl, FormattedMessage } from 'react-intl'
import { TileLayer } from 'react-leaflet'
import { BingLayer } from 'react-leaflet-bing-v2'
import _isEmpty from 'lodash/isEmpty'
import _get from 'lodash/get'
import WithErrors from '../../HOCs/WithErrors/WithErrors'
import AppErrors from '../../../services/Error/AppErrors'
import { layerSourceShape, normalizeLayer, defaultLayerSource }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const TaskFeatureLayer = props => {

const { features, mrLayerId, animator, externalInteractive } = props
const layerLabel = props.intl.formatMessage(layerMessages.showTaskFeaturesLabel)
const pane = _get(props, 'leaflet.pane')

useEffect(() => {
setLayer(
Expand Down

0 comments on commit 44e44b7

Please sign in to comment.