Corrected noPlayers condition

This commit is contained in:
WBHarry 2025-12-24 01:05:49 +01:00
parent 9cb014888b
commit 23c4dbcaac
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<div class="ownership-outer-container">
{{#if ownership.length}}
{{#if showOwnership}}
<ul class="ownership-list">
{{#each ownership as |player id|}}
<li class="ownership-container">