Skip to content

Commit

Permalink
hide clr collapsible if none active (#9171)
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu authored Jun 22, 2021
1 parent fa9b9e1 commit e8d6e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/grants/templates/grants/shared/active_clr_round.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% load humanize i18n %}
{% if active_rounds.count%}
<div class="container-fluid grants-container">
<div class="container">
<div class="subheading font-weight-bold d-flex justify-content-between" @click="toggleActiveCLRs">
Expand Down Expand Up @@ -55,3 +56,4 @@ <h5 class="font-weight-bold my-auto">

</div>
</div>
{% endif %}

0 comments on commit e8d6e6d

Please sign in to comment.