From 2757c0dd8badb85863e1fc6228d595ef1942b056 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Tue, 26 Jan 2021 11:46:13 +0300 Subject: [PATCH] [PE mobile] Small edit --- .../presentationeditor/mobile/src/controller/edit/EditImage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/mobile/src/controller/edit/EditImage.jsx b/apps/presentationeditor/mobile/src/controller/edit/EditImage.jsx index 515cce11c..c01b61200 100644 --- a/apps/presentationeditor/mobile/src/controller/edit/EditImage.jsx +++ b/apps/presentationeditor/mobile/src/controller/edit/EditImage.jsx @@ -118,4 +118,4 @@ class EditImageController extends Component { } } -export default inject("storeImageSettings")(observer(EditImageController)); \ No newline at end of file +export default EditImageController; \ No newline at end of file