Skip to content

Commit 0d56d86

Browse files
committed
Fix linting error
1 parent d2d6089 commit 0d56d86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ export default class Autolink extends Component {
5151
}
5252

5353
onLongPress(match) {
54-
// Get url(s) for match
54+
// Get url for match
5555
const [
5656
url,
57-
fallback,
5857
] = this.getUrl(match);
5958

6059
if (this.props.onLongPress) {

0 commit comments

Comments
 (0)