forked from MapComplete/MapComplete
UX: don't show tags in comparisonTable if readonly
This commit is contained in:
parent
e6767d5651
commit
aead263aa9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
{/if}
|
||||
</div>
|
||||
|
||||
{#if $isTesting || $isDebug || $showTags === "yes" || $showTags === "always" || $showTags === "full"}
|
||||
{#if !readonly && ( $isTesting || $isDebug || $showTags === "yes" || $showTags === "always" || $showTags === "full")}
|
||||
<div class="subtle text-sm">
|
||||
{#if $tags[key] !== undefined}
|
||||
<span>
|
||||
|
|
Loading…
Reference in a new issue