diff --git a/src/nationalarchives/components/card/fixtures.json b/src/nationalarchives/components/card/fixtures.json
index 42a7f341..1cb6375c 100644
--- a/src/nationalarchives/components/card/fixtures.json
+++ b/src/nationalarchives/components/card/fixtures.json
@@ -8,7 +8,7 @@
"headingLevel": 3,
"body": "
Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -19,7 +19,7 @@
"headingLevel": 3,
"body": "Card body
"
},
- "html": "Card supertitleCard title
",
+ "html": "Card supertitleCard title
",
"hidden": false
},
{
@@ -30,7 +30,7 @@
"headingSize": "xl",
"body": "Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -40,7 +40,7 @@
"headingLevel": 1,
"body": "Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -51,7 +51,7 @@
"href": "#",
"body": "Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -75,7 +75,7 @@
],
"body": "Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -85,7 +85,7 @@
"headingLevel": 3,
"text": "Card body"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -99,7 +99,7 @@
"imageHeight": 360,
"body": "Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -119,7 +119,7 @@
],
"body": "Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -134,7 +134,7 @@
"href": "#",
"body": "Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -151,7 +151,7 @@
}
]
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -162,7 +162,7 @@
"label": "New",
"body": "Card body
"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -173,7 +173,7 @@
"body": "Card body
",
"style": "boxed"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -184,7 +184,7 @@
"body": "Card body
",
"style": "accent"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -195,7 +195,7 @@
"body": "Card body
",
"style": "foobar"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -206,7 +206,7 @@
"body": "Card body
",
"classes": "card__test-class"
},
- "html": "",
+ "html": "",
"hidden": false
},
{
@@ -219,7 +219,7 @@
"data-testattribute": "foobar"
}
},
- "html": "",
+ "html": "",
"hidden": false
}
]
diff --git a/src/nationalarchives/components/date-input/date-input.scss b/src/nationalarchives/components/date-input/date-input.scss
index a629d1c5..7a769c1f 100644
--- a/src/nationalarchives/components/date-input/date-input.scss
+++ b/src/nationalarchives/components/date-input/date-input.scss
@@ -5,4 +5,5 @@
@use "../../tools/spacing";
@use "../../utilities";
-.tna-date {}
+.tna-date {
+}
diff --git a/src/nationalarchives/components/date-input/date-input.stories.js b/src/nationalarchives/components/date-input/date-input.stories.js
index 2be708c8..7aa6fb57 100644
--- a/src/nationalarchives/components/date-input/date-input.stories.js
+++ b/src/nationalarchives/components/date-input/date-input.stories.js
@@ -19,10 +19,7 @@ export default {
argTypes,
};
-const Template = ({
- classes,
- attributes,
-}) =>
+const Template = ({ classes, attributes }) =>
DateInput({
params: {
classes,
diff --git a/src/nationalarchives/components/date-input/fixtures.json b/src/nationalarchives/components/date-input/fixtures.json
index dc625509..7674a0c9 100644
--- a/src/nationalarchives/components/date-input/fixtures.json
+++ b/src/nationalarchives/components/date-input/fixtures.json
@@ -1,5 +1,4 @@
{
"component": "date-input",
- "fixtures": [
- ]
+ "fixtures": []
}