diff --git a/web/src/lib/components/shared-components/change-location.svelte b/web/src/lib/components/shared-components/change-location.svelte index 786e8721b5..bf5c4f5cfe 100644 --- a/web/src/lib/components/shared-components/change-location.svelte +++ b/web/src/lib/components/shared-components/change-location.svelte @@ -1,7 +1,7 @@ - -
-
(hideSuggestion = true)}> +
(hideSuggestion = true) }} + use:listNavigation={suggestionContainer} + > -
+
{#if !hideSuggestion} {#each suggestedPlaces as place, index}
{:else} - {#each suggestedPeople as person, index (person.id)} - - {/each} +
+ {#each suggestedPeople as person, index (person.id)} + + {/each} +
{/if}
{/if}