mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Update prettier to v2.0.1 and enable for SCSS (#420)
This commit is contained in:
@@ -12,7 +12,7 @@ export const ImageInput: React.FC<IImageInput> = ({
|
||||
isEditing,
|
||||
text,
|
||||
onImageChange,
|
||||
acceptSVG = false
|
||||
acceptSVG = false,
|
||||
}) => {
|
||||
if (!isEditing) return <div />;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user