Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 80a7b32

Browse files
committed
remove unnecessary destructured props
1 parent 27d1f21 commit 80a7b32

File tree

1 file changed

+0
-4
lines changed
  • examples/linkify-example/src

1 file changed

+0
-4
lines changed

examples/linkify-example/src/Link.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ class LinkComponent extends Component<Props> {
2121
decoratedText, // eslint-disable-line no-unused-vars
2222
target = '_self',
2323
rel = 'noreferrer noopener',
24-
dir, // eslint-disable-line no-unused-vars
25-
entityKey, // eslint-disable-line no-unused-vars
26-
offsetKey, // eslint-disable-line no-unused-vars
27-
contentState, // eslint-disable-line no-unused-vars
2824
...otherProps
2925
} = this.props // eslint-disable-line no-use-before-define
3026

0 commit comments

Comments
 (0)