Skip to content

Commit 09b3f60

Browse files
committed
CCM-11390 Lint fixes
1 parent 418f8a8 commit 09b3f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/atoms/Filename/Filename.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function Filename({ filename }: { filename: string }): JSX.Element {
66
<div className={styles.container}>
77
<svg
88
className={styles.icon}
9-
aria-hidden="true"
9+
aria-hidden='true'
1010
width='20'
1111
height='26'
1212
viewBox='0 0 20 26'

frontend/src/content/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ const previewTemplateStatusFootnote: Partial<Record<TemplateStatus, string>> = {
324324
PENDING_UPLOAD: 'Refresh the page to update the status',
325325
PENDING_VALIDATION: 'Refresh the page to update the status',
326326
WAITING_FOR_PROOF: 'Refresh the page to update the status',
327-
}
327+
};
328328

329329
const previewTemplateDetails = {
330330
rowHeadings: {

0 commit comments

Comments
 (0)