Skip to content

Commit

Permalink
fix(#3865): restore previous behaviour, tags is object, not array
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpetzold authored Nov 26, 2024
1 parent b6a73cd commit 5a7c575
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
</template>
</div>
<div
v-if="Array.isArray(instance.tags)"
class="hidden xl:block w-1/4"
:class="{
'overflow-x-scroll': Object.keys(instance.tags ?? {}).length > 0,
Expand Down

0 comments on commit 5a7c575

Please sign in to comment.