Skip to content

Commit

Permalink
remove trailing comma from nunjucks macro
Browse files Browse the repository at this point in the history
  • Loading branch information
chrimesdev committed Jan 28, 2021
1 parent 0b71306 commit c7c3c84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/components/input-hint-text.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
id: "example-with-hint-text",
name: "example-with-hint-text",
classes: "nhsuk-input--width-10",
inputmode: "numeric",
inputmode: "numeric"
}) }}
2 changes: 1 addition & 1 deletion app/components/input-number.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
id: "example-with-hint-text",
name: "example-with-hint-text",
classes: "nhsuk-input--width-10",
inputmode: "numeric",
inputmode: "numeric"
}) }}
2 changes: 1 addition & 1 deletion app/components/nhs-number-error.njk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
id: "nhs-number",
name: "nhs-number",
classes: "nhsuk-input--width-10",
inputmode: "numeric",
inputmode: "numeric"
}) }}

{{ button({
Expand Down
2 changes: 1 addition & 1 deletion app/components/nhs-number-filter-single.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
id: "nhs-number",
name: "nhs-number",
classes: "nhsuk-input--width-10",
inputmode: "numeric",
inputmode: "numeric"
}) }}

{{ button({
Expand Down
2 changes: 1 addition & 1 deletion app/components/nhs-number-single.njk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
id: "nhs-number",
name: "nhs-number",
classes: "nhsuk-input--width-10",
inputmode: "numeric",
inputmode: "numeric"
}) }}

{{ button({
Expand Down

0 comments on commit c7c3c84

Please sign in to comment.