Skip to content

Commit e682a6b

Browse files
Update README.md
1 parent 17130c0 commit e682a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ import Tree, { withStyles } from 'react-vertical-tree'
116116
return <Tree
117117
data={data}
118118
direction
119-
onClikc={ item => console.log(item.id)}
119+
onClick={ item => console.log(item.id)}
120120
/>
121121

122122
...

0 commit comments

Comments
 (0)