Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Oct 13, 2023
1 parent caa6be7 commit 3f32d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CanvasIcon/CanvasIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const CanvasIcon: React.FunctionComponent<CanvasIconProps> = (props) => {
title="Icon Scale"
defaultValue={canvasIconValues.scale}
min={1}
max={max/2}
max={max / 2}
step={maxStep / 2}
onChange={(e: any) =>
setCanvasIconValues({
Expand Down

0 comments on commit 3f32d0b

Please sign in to comment.