Skip to content

Commit 86be360

Browse files
committed
CCM-8404: lint fixes
1 parent 93ff402 commit 86be360

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frontend/src/__tests__/app/create-and-submit-templates/page.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ it('matches the snapshot', () => {
55
const { container } = render(<HomePage />);
66
expect(container).toMatchSnapshot();
77
});
8-

frontend/src/content/content.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ const homePage = {
175175
text5: 'You can save a template as a draft and edit it later.',
176176
text6:
177177
'If you want to change a submitted template, you must create a new template to replace it.',
178-
text7:
179-
'You can access this tool by signing in with your Care Identity.',
178+
text7: 'You can access this tool by signing in with your Care Identity.',
180179
linkButton: {
181180
text: 'Start now',
182181
url: `${getBasePath()}/manage-templates`,

0 commit comments

Comments
 (0)