diff --git a/src/components/Board/ImageEditor/ImageEditor.component.js b/src/components/Board/ImageEditor/ImageEditor.component.js
index 7756d3255..e35b11f7a 100644
--- a/src/components/Board/ImageEditor/ImageEditor.component.js
+++ b/src/components/Board/ImageEditor/ImageEditor.component.js
@@ -112,21 +112,6 @@ class ImageEditor extends PureComponent {
- {
- this.setState({ cropper: instance });
- }}
- />
+ {
+ this.setState({ cropper: instance });
+ }}
+ />