mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
clean package.json and repair code style (#2411)
* clean package.json and repair code style * update css style * repair bug
This commit is contained in:
committed by
Daniel Pan
parent
3ab4cbff4f
commit
3a67d78016
@@ -1,4 +1,4 @@
|
||||
import React from 'react'
|
||||
import React from 'react';
|
||||
import { Modal, ModalHeader, ModalBody } from 'reactstrap';
|
||||
|
||||
class ZipDownloadDialog extends React.Component {
|
||||
@@ -15,7 +15,7 @@ class ZipDownloadDialog extends React.Component {
|
||||
<div>{this.props.progress}</div>
|
||||
</ModalBody>
|
||||
</Modal>
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user