Skip to content

Commit

Permalink
Investigating test failing in CI #2880
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Aug 21, 2024
1 parent 0c8e7c7 commit 953121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/shared/_projectListByProgram.gsp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<g:if test="${reportsFirst}">
<g:render template="/shared/categorizedReportsAndDeclaration"/>
</g:if>
<div class="projects-wrapper d-none d-md-block">
<div class="projects-wrapper">
<g:if test="${displayedPrograms}">
<g:each var="programDetails" status="i" in="${displayedPrograms}">
<g:set var="program" value="${programDetails.program}"/>
Expand Down

0 comments on commit 953121d

Please sign in to comment.