diff --git a/src/UI/BigComponents/Filterview.svelte b/src/UI/BigComponents/Filterview.svelte index a9214c984..3cf8431ab 100644 --- a/src/UI/BigComponents/Filterview.svelte +++ b/src/UI/BigComponents/Filterview.svelte @@ -28,9 +28,9 @@ (s) => (s === "yes" && state?.userRelatedState?.osmConnection?.userDetails?.data?.csCount >= - Constants.userJourney.tagsVisibleAt) || + Constants.userJourney.tagsVisibleAt) || s === "always" || - s === "full" + s === "full", ) /** @@ -79,9 +79,11 @@ {#if filter.options.length === 1 && filter.options[0].fields.length === 0} + {#if $showTags && filter.options[0].osmTags !== undefined} {filter.options[0].osmTags.asHumanString()} + {/if} {/if}