From 60a8c3c2248f0eb7315c298ecd19e557b2e85485 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Thu, 17 Jun 2021 14:40:27 +0300 Subject: [PATCH] =?UTF-8?q?Refactoring=20code=20=E2=84=9648109?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/documenteditor/mobile/src/view/add/AddOther.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/documenteditor/mobile/src/view/add/AddOther.jsx b/apps/documenteditor/mobile/src/view/add/AddOther.jsx index 687bb0c07..b5d111964 100644 --- a/apps/documenteditor/mobile/src/view/add/AddOther.jsx +++ b/apps/documenteditor/mobile/src/view/add/AddOther.jsx @@ -179,15 +179,14 @@ const AddOther = props => { {(isShape || isChart) ? null : - - - } - {(isShape || isChart) ? null : + , + { initFootnoteStartAt: props.initFootnoteStartAt }}> - } + ] + } ) };