Skip to content

Commit 3c4cb2f

Browse files
committed
Remove unnecessary propType and comments
1 parent 56beb21 commit 3c4cb2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ export default class Autolink extends PureComponent {
179179
}
180180

181181
render() {
182-
// Destructure props
183-
/* eslint-disable no-unused-vars */
184-
/* https://github.com/babel/babel-eslint/issues/95 */
185182
let {
186183
email,
187184
hashtag,
@@ -330,7 +327,6 @@ Autolink.propTypes = {
330327
'soundcloud',
331328
'twitter',
332329
]),
333-
numberOfLines: PropTypes.number,
334330
onPress: PropTypes.func,
335331
onLongPress: PropTypes.func,
336332
phone: PropTypes.oneOfType([

0 commit comments

Comments
 (0)