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', () => {
|
story.add('Missing protocols', () => {
|
||||||
const props = createProps({
|
const props = createProps({
|
||||||
text:
|
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} />;
|
return <Linkify {...props} />;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue