1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

optimized code style

This commit is contained in:
shanshuirenjia
2018-12-11 13:44:09 +08:00
parent a25be1ce4c
commit 1a3bd048d8
4 changed files with 21 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ class WikiListView extends Component {
super(props);
this.state = {
isItemFreezed: false,
}
};
}
onFreezedItem = () => {
@@ -27,7 +27,7 @@ class WikiListView extends Component {
}
render() {
let {loading, errorMsg, wikis} = this.props.data;
let { loading, errorMsg, wikis } = this.props.data;
if (loading) {
return <span className="loading-icon loading-tip"></span>;