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:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user