Skip to content

Commit

Permalink
fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 7, 2024
1 parent 2b68fd1 commit f1c3c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/default-layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Fragment, useEffect, useState } from 'react';
import { WMSTileLayer, GeoJSON, useMap } from 'react-leaflet';
import { CircleMarker } from 'leaflet';
import { useLayers } from '@context';
import { markClicked, markUnclicked } from '@utils/map-utils';
import { markClicked } from '@utils/map-utils';

const newLayerDefaultState = layer => {
const { product_type } = layer.properties;
Expand Down

0 comments on commit f1c3c5b

Please sign in to comment.