mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
fix code format (#6365)
This commit is contained in:
@@ -46,7 +46,7 @@ class InternalLink extends React.Component {
|
||||
|
||||
render() {
|
||||
if (this.state.isInternalLoding) {
|
||||
return(<Loading />);
|
||||
return (<Loading />);
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user