Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent d315506 commit 6948c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mapper/src/lib/components/map/flatgeobuf-layer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
promoteId = undefined,
metadataFunc,
children,
// not an ideal solution for mapping entites with their osm/entity id (need to look on this)
// not an ideal solution for mapping entities with their osm/entity id (need to look on this)
processGeojson,
}: Props = $props();
Expand Down
2 changes: 1 addition & 1 deletion src/mapper/src/lib/components/map/main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
entitiesStore.setSelectedEntity(null);
}
// if clicked point contians task layer
// if clicked point contains task layer
if (clickedTaskFeature && clickedTaskFeature?.length > 0) {
taskAreaClicked = true;
const clickedTaskId = clickedTaskFeature[0]?.properties?.fid;
Expand Down

0 comments on commit 6948c51

Please sign in to comment.