Fix lint error in <Linkify> stories
This commit is contained in:
@@ -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} />;
|
||||||
|
Reference in New Issue
Block a user