Skip to content

Commit 502fb2c

Browse files
committed
more trying to make it happy
1 parent 769fa77 commit 502fb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/templates/gatekeep.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h6 class="eval-uid">{{m['uid']}}</h6>
8888

8989
{% if m['house_meetings_missed']|length > 0%}
9090
<div class="evals-dropdown">
91-
<button class="btn-expand-panel" role="button" data-toggle="collapse" href="#evalsCollapse{{m['uid']}}" aria-expanded="false" aria-controls="evalsCollapse{{m['uid']}}">
91+
<button class="btn-expand-panel" data-toggle="collapse" data-target="#evalsCollapse{{m['uid']}}" aria-expanded="false" aria-controls="evalsCollapse{{m['uid']}}">
9292
<i class="bi bi-chevron-down"></i>
9393
</button>
9494
</div>

0 commit comments

Comments
 (0)