Fix lint error in <Linkify> stories

This commit is contained in:
Evan Hahn 2021-09-17 11:28:26 -05:00
parent 756af78d57
commit 7e7078e11a

View file

@ -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 <Linkify {...props} />;