@ministryofjustice/hmpps-digital-prison-reporting-frontend 4.13.19 → 4.13.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,6 @@
2
2
  {% from "govuk/components/button/macro.njk" import govukButton %}
3
3
 
4
4
  {% macro dprColumnsForm(columns, csrfToken) %}
5
- {% set csrfToken = columns.csrfToken %}
6
5
  {% set items = columns.options %}
7
6
  {% set name = columns.name %}
8
7
  {% set text = columns.text %}
@@ -22,7 +22,7 @@
22
22
  {% set count = reportData.count %}
23
23
  {% set nestedBaseUrl = reportData.nestedBaseUrl %}
24
24
  {% set csrfToken = reportData.csrfToken %}
25
-
25
+
26
26
  <div class="dpr-report-header">
27
27
  {% if actions or bookmarked is defined %}
28
28
  <div class="dpr-report-heading__actions">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-digital-prison-reporting-frontend",
3
3
  "description": "The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.",
4
- "version": "4.13.19",
4
+ "version": "4.13.20",
5
5
  "main": "dpr/all.mjs",
6
6
  "sass": "dpr/all.scss",
7
7
  "engines": {