From 7e7078e11aae9976b5d8a1baa92199ea4b8750af Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Fri, 17 Sep 2021 11:28:26 -0500 Subject: [PATCH] Fix lint error in stories --- ts/components/conversation/Linkify.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/conversation/Linkify.stories.tsx b/ts/components/conversation/Linkify.stories.tsx index a02d3670ce..6f3fce3e0f 100644 --- a/ts/components/conversation/Linkify.stories.tsx +++ b/ts/components/conversation/Linkify.stories.tsx @@ -69,7 +69,7 @@ story.add('Blocked Protocols', () => { story.add('Missing protocols', () => { const props = createProps({ text: - "I love example.com. I also love кц.рф. I also love مثال.تونس. But I do not love test.example.", + 'I love example.com. I also love кц.рф. I also love مثال.تونس. But I do not love test.example.', }); return ;