Skip to content

Commit bbab57f

Browse files
committed
prettierized
1 parent 06fa64e commit bbab57f

File tree

1 file changed

+1
-1
lines changed
  • src/RegionSelectAndTransformBoxes

1 file changed

+1
-1
lines changed

src/RegionSelectAndTransformBoxes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const RegionSelectAndTransformBoxes = ({
3333
onBeginBoxTransform,
3434
onBeginMovePolygonPoint,
3535
onAddPolygonPoint,
36-
showHighlightBox
36+
showHighlightBox,
3737
}) => {
3838
return regions
3939
.filter((r) => r.visible || r.visible === undefined)

0 commit comments

Comments
 (0)