We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80248b1 commit 576eb6eCopy full SHA for 576eb6e
src/components/MuiTreeView/index.jsx
@@ -162,7 +162,9 @@ class MuiTreeView extends Component {
162
{...expansionPanelDetailsProps}
163
classes={{ root: classes.panelDetails }}
164
className={classNames(pickClassName(expansionPanelDetailsProps))}>
165
- {node.nodes.map(l => this.renderNode(l, node, depth + 1, currentPath))}
+ {node.nodes.map(l =>
166
+ this.renderNode(l, node, depth + 1, currentPath)
167
+ )}
168
</ExpansionPanelDetails>
169
</ExpansionPanel>
170
);
0 commit comments