Fix lint error in <Linkify> stories
This commit is contained in:
parent
756af78d57
commit
7e7078e11a
1 changed files with 1 additions and 1 deletions
|
@ -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} />;
|
||||
|
|
Loading…
Reference in a new issue