mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix linting
This commit is contained in:
parent
d59973615d
commit
467f7c249b
@ -48,7 +48,7 @@ export const SelectPositionToast = ({
|
||||
? (selectNewItemPosition.layer?.markerIcon ?? selectNewItemPosition.markerIcon)
|
||||
: selectNewItemPosition.markerIcon
|
||||
const message = itemSelection
|
||||
? `Select the new position of ${selectNewItemPosition.name} on the map!`
|
||||
? `Select the new position of ${selectNewItemPosition.name ?? ''} on the map!`
|
||||
: 'Select the position on the map!'
|
||||
|
||||
const dismissToast = () => {
|
||||
|
||||
@ -43,9 +43,9 @@ import { SearchControl } from './Subcomponents/Controls/SearchControl'
|
||||
import { TagsControl } from './Subcomponents/Controls/TagsControl'
|
||||
import { TextView } from './Subcomponents/ItemPopupComponents/TextView'
|
||||
import { MapLibreLayer } from './Subcomponents/MapLibreLayer'
|
||||
import { SelectPositionToast } from './Subcomponents/SelectPositionToast'
|
||||
|
||||
import type { Feature, Geometry as GeoJSONGeometry, GeoJsonObject } from 'geojson'
|
||||
import { SelectPositionToast } from './Subcomponents/SelectPositionToast'
|
||||
|
||||
export function UtopiaMapInner({
|
||||
children,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user