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

Commit fe9e31b

Browse files
committed
fix eslint warning in linkify-example
1 parent 7c7e7f0 commit fe9e31b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

examples/linkify-example/src/Link.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class LinkComponent extends Component<Props> {
3535
className: 'link',
3636
}
3737

38+
// eslint-disable-next-line jsx-a11y/anchor-has-content
3839
return <a {...props} />
3940
}
4041
}

0 commit comments

Comments
 (0)