1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

Add a semicolon

This commit is contained in:
zxj96
2019-05-07 10:14:29 +08:00
parent cd56076f0d
commit 12ac2d3c24

View File

@@ -999,7 +999,7 @@ class LibContentView extends React.Component {
moveDirent = (direntPath, moveToDirentPath = null) => {
let name = Utils.getFileName(direntPath);
if (moveToDirentPath === this.state.path) {
this.loadDirentList(this.state.path)
this.loadDirentList(this.state.path);
return;
}
let direntList = this.state.direntList.filter(item => {