1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

Resolve warring (#3454)

* Resole project warrings

* Delete extra blank lines

* resolve dir-column-nav warnings
This commit is contained in:
zxj96
2019-05-14 10:15:09 +08:00
committed by Daniel Pan
parent 9f8fc78d14
commit 3cc43d9041
14 changed files with 47 additions and 40 deletions

View File

@@ -30,6 +30,7 @@ const propTypes = {
showDirentDetail: PropTypes.func.isRequired,
onAddFolder: PropTypes.func.isRequired,
onFileTagChanged: PropTypes.func,
onItemRename: PropTypes.func.isRequired,
};
class DirGridView extends React.Component {