Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Bösch authored and morpheus-87 committed Dec 2, 2021
1 parent d0386c4 commit a0fe9b8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/CroppingDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,7 @@ const CroppingDialog = ({
{t("imageCropper.size")}{" "}
<span className={sliderValue}>{size}%</span>
</FormLabel>
<Slider
min={1}
onChange={(_evt, s) => setSize(s)}
value={size}
/>
<Slider min={1} onChange={(_evt, s) => setSize(s)} value={size} />
</FormControl>
<FormControl component="fieldset">
<FormLabel component="legend">{t("imageCropper.rotation")}</FormLabel>
Expand Down

0 comments on commit a0fe9b8

Please sign in to comment.