Skip to content

Commit

Permalink
hide grant admin until data updated #622
Browse files Browse the repository at this point in the history
  • Loading branch information
UcDust committed Oct 3, 2024
1 parent c5d66f4 commit 16dd8d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ return html`
<p>${this.grantNumber}</p>
</div>
<div ?hidden="${!this.grantAdmin}" class="grant-admin">
<div ?hidden="${!this.grantAdmin || true}" class="grant-admin">
<h3 class="heading--highlight">Grant Admin</h3>
<p>${this.grantAdmin}</p>
</div>
Expand Down

0 comments on commit 16dd8d3

Please sign in to comment.