mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Update prettier to v2.0.1 and enable for SCSS (#420)
This commit is contained in:
@@ -25,7 +25,7 @@ const ModalComponent: React.FC<IModal> = ({
|
||||
header,
|
||||
cancel,
|
||||
accept,
|
||||
onHide
|
||||
onHide,
|
||||
}) => (
|
||||
<Modal keyboard={false} onHide={onHide} show={show}>
|
||||
<Modal.Header>
|
||||
|
||||
Reference in New Issue
Block a user