mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
run npm lint when open PR (#6375)
* 01 fix code warnings * 02 change test.yml
This commit is contained in:
@@ -28,7 +28,7 @@ class AboutDialog extends React.Component {
|
||||
<Modal isOpen={true} toggle={toggleDialog}>
|
||||
<ModalBody>
|
||||
<button type="button" className="close" onClick={toggleDialog}><span aria-hidden="true">×</span></button>
|
||||
<div className="about-content" dangerouslySetInnerHTML={{__html: aboutDialogCustomHtml}}></div>
|
||||
<div className="about-content" dangerouslySetInnerHTML={{ __html: aboutDialogCustomHtml }}></div>
|
||||
</ModalBody>
|
||||
</Modal>
|
||||
);
|
||||
|
Reference in New Issue
Block a user