Skip to content

Commit

Permalink
Fix the number of organizations on expandable sections
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Nov 16, 2024
1 parent 36d1b8c commit b2d6eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 class="section-title uppercase ">
class="inline-subtle-link underlined"
href="#{{ domain_details.domain_key }}">
{{ domain_details.domain.name|upper }}
({{ domain_details.candidates|length }})
({{ domain_details.items|length }})
</a>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 class="section-title uppercase ">
class="inline-subtle-link underlined"
href="#{{ domain_details.domain_key }}">
{{ domain_details.domain.name|upper }}
({{ domain_details.organizations|length }})
({{ domain_details.items|length }})
</a>
</div>

Expand Down

0 comments on commit b2d6eb9

Please sign in to comment.