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 : ( <> -
+ <> + + + )} );