1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-10 03:11:07 +00:00

Modify some format

This commit is contained in:
zxj96
2019-04-24 10:24:09 +08:00
parent 301effa623
commit 9c3c63c743
3 changed files with 3 additions and 8 deletions

View File

@@ -523,6 +523,7 @@ class DirentListView extends React.Component {
render() {
const { direntList, sortBy, sortOrder } = this.props;
if (this.props.isDirentListLoading) {
return (<Loading />);
}