Skip to content

Commit a09777d

Browse files
committed
Update propTypes
1 parent 1663fee commit a09777d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function HashLink(props) {
2323
return <Link {...props} onClick={handleClick}>{props.children}</Link>;
2424
}
2525

26-
HashLink.PropTypes = {
26+
HashLink.propTypes = {
2727
onClick: PropTypes.func,
2828
children: PropTypes.node,
2929
to: PropTypes.oneOfType([

0 commit comments

Comments
 (0)