mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
Add a semicolon
This commit is contained in:
@@ -999,7 +999,7 @@ class LibContentView extends React.Component {
|
|||||||
moveDirent = (direntPath, moveToDirentPath = null) => {
|
moveDirent = (direntPath, moveToDirentPath = null) => {
|
||||||
let name = Utils.getFileName(direntPath);
|
let name = Utils.getFileName(direntPath);
|
||||||
if (moveToDirentPath === this.state.path) {
|
if (moveToDirentPath === this.state.path) {
|
||||||
this.loadDirentList(this.state.path)
|
this.loadDirentList(this.state.path);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let direntList = this.state.direntList.filter(item => {
|
let direntList = this.state.direntList.filter(item => {
|
||||||
|
Reference in New Issue
Block a user