diff --git a/apps/documenteditor/mobile/src/view/DropdownList.jsx b/apps/documenteditor/mobile/src/view/DropdownList.jsx index 17ea0cb0b..8752b8f9f 100644 --- a/apps/documenteditor/mobile/src/view/DropdownList.jsx +++ b/apps/documenteditor/mobile/src/view/DropdownList.jsx @@ -10,8 +10,8 @@ const PageDropdownList = props => { {listItems.length && listItems.map((elem, index) => ( - props.onChangeItemList(elem.value)}> - ))} + props.onChangeItemList(elem.value)}> + ))}