From c922f61e4951a3ba20821c0c7f04c0748cf81d36 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sun, 11 Apr 2021 10:35:21 +0500 Subject: [PATCH] show announcement after items in list are loaded successfully --- .../mobile/src/components/SimpleList/index.js | 37 +++++++++---------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/apps/mobile/src/components/SimpleList/index.js b/apps/mobile/src/components/SimpleList/index.js index 0eeff8aca..869c30616 100644 --- a/apps/mobile/src/components/SimpleList/index.js +++ b/apps/mobile/src/components/SimpleList/index.js @@ -237,9 +237,6 @@ const SimpleList = ({ }; return ( <> - {loaded && !loading ? null : ( <> -
+ <> + + + )} );