mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 18:03:48 +00:00
fix code format (#6365)
This commit is contained in:
@@ -14,7 +14,7 @@ const propTypes = {
|
||||
class CopyMoveDirentProgressDialog extends React.Component {
|
||||
|
||||
render() {
|
||||
let { type , asyncOperationProgress, asyncOperatedFilesLength } = this.props;
|
||||
let { type, asyncOperationProgress, asyncOperatedFilesLength } = this.props;
|
||||
let title = type === 'move' ? gettext('Move {num} items') : gettext('Copy {num} items');
|
||||
title = title.replace('{num}', asyncOperatedFilesLength);
|
||||
let progressStyle = {
|
||||
|
Reference in New Issue
Block a user