Skip to content

Commit 7bb75f4

Browse files
committed
Fixed linting issues
1 parent 4dd6835 commit 7bb75f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/HuntingMapTutorial/HuntingMapTutorialMarkers.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { Emphasis } from 'components/Emphasis';
22
import { Heading } from 'components/Heading';
3+
import { maxTrackingMarkerCount } from 'config/markers';
34
import { HuntingMapTutorialImage } from './HuntingMapTutorialImage';
45
import imgMarkersExploration from './assets/markers-exploration.gif';
56
import imgMarkersMulti from './assets/markers-multi.gif';
67
import imgMarkersNeedZones from './assets/markers-need-zones.gif';
78
import imgMarkersTracking from './assets/markers-tracking.gif';
8-
import { maxTrackingMarkerCount } from 'config/markers';
99

1010
export const HuntingMapTutorialMarkers = () => (
1111
<>
@@ -117,8 +117,9 @@ export const HuntingMapTutorialMarkers = () => (
117117

118118
<p>
119119
The number of tracking markers that can be placed on the map at once is
120-
limited to <Emphasis>{maxTrackingMarkerCount}</Emphasis>. Once an additional marker is placed, the
121-
earliest placed marker will be automatically removed from the map.
120+
limited to <Emphasis>{maxTrackingMarkerCount}</Emphasis>. Once an
121+
additional marker is placed, the earliest placed marker will be
122+
automatically removed from the map.
122123
</p>
123124
</>
124125
);

0 commit comments

Comments
 (0)