diff --git a/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx b/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx index 56a34f4c1..1059f894f 100644 --- a/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/settings/ApplicationSettings.jsx @@ -47,7 +47,7 @@ const PageApplicationSettings = props => { {_t.textFormulaLanguage} - @@ -147,7 +147,7 @@ const PageFormulaLanguage = props => { {dataLang.map((elem, index) => { return ( - { storeApplicationSettings.changeFormulaLang(elem.value); props.onFormulaLangChange(elem.value);