From cbad61c6c59794b10184e0d6e252927eee13c869 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Tue, 5 Oct 2021 13:58:56 +0300 Subject: [PATCH] Fix preloader --- .../mobile/src/view/add/AddTable.jsx | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/apps/documenteditor/mobile/src/view/add/AddTable.jsx b/apps/documenteditor/mobile/src/view/add/AddTable.jsx index 5b97ad610..fd69e7d02 100644 --- a/apps/documenteditor/mobile/src/view/add/AddTable.jsx +++ b/apps/documenteditor/mobile/src/view/add/AddTable.jsx @@ -16,21 +16,22 @@ const AddTable = props => { } return ( - -
+
-
    - {styles.map((style, index) => { - return ( -
  • {props.onStyleClick(style.templateId)}}> - -
  • - ) - })} -
- {onReadyStyles()} -
+
+ + {onReadyStyles()} +
+ ) };