forked from MapComplete/MapComplete
UX: fix #2425
This commit is contained in:
parent
1e0ac3febf
commit
205bb3c942
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
let hasKnownQuestion = tags.mapD((t) => knowableRenderings.some((tr) => tr.IsKnown(t)))
|
||||
</script>
|
||||
|
||||
{#if !$hasKnownQuestion}
|
||||
{#if !$hasKnownQuestion && knowableRenderings?.length > 0}
|
||||
<span class={cssClasses}>
|
||||
{text}
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue