Skip to content

Commit 858f3f2

Browse files
author
danil zakablukovskii
committed
fix styles
1 parent 258a927 commit 858f3f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/linkify-react.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import React from "react";
2-
import * as linkify from "./linkify";
1+
import React from 'react';
2+
import * as linkify from './linkify';
33

44
const {options} = linkify;
55
const {Options} = options;
@@ -113,7 +113,6 @@ class Linkify extends React.Component {
113113
let element = React.createElement(tagName, newProps);
114114

115115
return linkifyReactElement(element, opts, 0);
116-
117116
}
118117
}
119118

0 commit comments

Comments
 (0)