mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
fix code format (#6365)
This commit is contained in:
@@ -16,8 +16,8 @@ const propTypes = {
|
||||
class TreeListView extends React.Component {
|
||||
|
||||
render() {
|
||||
return(
|
||||
<div className="list-view-content" style={{'marginLeft': '-1.5rem'}}>
|
||||
return (
|
||||
<div className="list-view-content" style={{ 'marginLeft': '-1.5rem' }}>
|
||||
<TreeListItem
|
||||
node={this.props.treeData.root}
|
||||
onNodeCollapse={this.props.onNodeCollapse}
|
||||
|
Reference in New Issue
Block a user