Skip to content

Commit

Permalink
added missing ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
eladex committed Dec 15, 2019
1 parent 0eab344 commit f774238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/TreeItem/TreeItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const TreeItem = React.forwardRef(function TreeItem(props, ref) {

const handlePreviousArrow = event => {
handleLeftArrow(nodeId, event);
}
};

const handleKeyDown = event => {
let flag = false;
Expand Down

0 comments on commit f774238

Please sign in to comment.