Skip to content

Commit

Permalink
Refactored conditional to check for nil
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mon1 committed Feb 29, 2024
1 parent 5895a13 commit 24d20a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/digital.gov/layouts/partials/core/glossary.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if isset .Params "glossary" }}
{{ if ne .Params.glossary nil }}
<aside
class="dg-glossary__container"
aria-describedby="dg-glossary__result"
Expand Down

0 comments on commit 24d20a4

Please sign in to comment.