Fix object shorthand linting error.

This commit is contained in:
Ovidiu Bute
2018-12-31 14:46:42 +02:00
parent d8e17753b1
commit 7f01b3fef0
+1 -1
View File
@@ -161,7 +161,7 @@ describe("linkifyjs/react", () => {
Linkify,
{
tagName: "p",
options: options
options
},
React.createElement("span", content)
),