Skip to content

Commit

Permalink
fix typo preventing fe components js loading (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfield-mj authored Nov 9, 2023
1 parent 818a574 commit 9e425d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/partials/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="/assets/js/html5shiv-3.7.3.min.js"></script>
<![endif]-->

{% if feComponents.jsInclude %}
{% if feComponents.jsIncludes %}
{% for js in feComponents.jsIncludes %}
<script src="{{ js }}" nonce="{{ cspNonce }}"></script>
{% endfor %}
Expand Down

0 comments on commit 9e425d5

Please sign in to comment.