From 710e1e937f88dfab5224904406417b69f2e9094a Mon Sep 17 00:00:00 2001 From: marc tobias Date: Tue, 2 Feb 2021 02:36:02 +0100 Subject: [PATCH] fix remaining compile warnings --- TODO.md | 1 - src/components/MapPosition.svelte | 2 +- src/components/SearchBar.svelte | 14 ++++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/TODO.md b/TODO.md index ecc7c4a..02c87a8 100644 --- a/TODO.md +++ b/TODO.md @@ -16,7 +16,6 @@ ## Code cleanup -* fix all a11y warnings during `yarn build` * move all bootstrap CSS overwrite rules into a bootstrap.theme.css file * move TODO list into github issues * aResults vs aPlace vs aFeature variable naming diff --git a/src/components/MapPosition.svelte b/src/components/MapPosition.svelte index 2d6376e..13e401a 100644 --- a/src/components/MapPosition.svelte +++ b/src/components/MapPosition.svelte @@ -94,7 +94,7 @@
mouse position: {mouse_position} -
hide
+
hide
diff --git a/src/components/SearchBar.svelte b/src/components/SearchBar.svelte index 507bffc..a2a8b72 100644 --- a/src/components/SearchBar.svelte +++ b/src/components/SearchBar.svelte @@ -92,8 +92,9 @@