From 17f2c0680fae42b16307eee81c9db6780aeebdb7 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Tue, 7 Mar 2023 18:08:14 +0400 Subject: [PATCH] [DE mobile] Fix Bug 61490 --- apps/documenteditor/mobile/src/view/settings/Download.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/mobile/src/view/settings/Download.jsx b/apps/documenteditor/mobile/src/view/settings/Download.jsx index ccc8da8f7c..001cb6b507 100644 --- a/apps/documenteditor/mobile/src/view/settings/Download.jsx +++ b/apps/documenteditor/mobile/src/view/settings/Download.jsx @@ -16,9 +16,11 @@ const Download = props => { {_t.textDownloadAs} - props.onSaveFormat(Asc.c_oAscFileType.DOCX)}> - - + {isAvailableExt ? [ + props.onSaveFormat(Asc.c_oAscFileType.DOCX)}> + + + ] : null} {canFeatureForms || isAvailableExt ? [ props.onSaveFormat(Asc.c_oAscFileType.DOCXF)}>