Skip to content

Commit 2043731

Browse files
committed
cleanup
1 parent feeb6af commit 2043731

File tree

1 file changed

+5
-5
lines changed
  • cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js/src/components

1 file changed

+5
-5
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/js/src/components/featured-image.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ let FeaturedTransformationsToggle = ( props ) => {
1111
return (
1212
<>
1313
{ props.modalClass &&
14-
<ToggleControl
15-
label={ __( 'Overwrite Transformations', 'cloudinary' ) }
16-
checked={ props.overwrite_featured_transformations }
17-
onChange={ ( value ) => props.setOverwrite( value ) }
18-
/>
14+
<ToggleControl
15+
label={ __( 'Overwrite Transformations', 'cloudinary' ) }
16+
checked={ props.overwrite_featured_transformations }
17+
onChange={ ( value ) => props.setOverwrite( value ) }
18+
/>
1919
}
2020
</>
2121
);

0 commit comments

Comments
 (0)