diff --git a/src/pages/Organizations/screens/OrganizationsList.jsx b/src/pages/Organizations/screens/OrganizationsList.jsx index 20a662c6df..d19078b575 100644 --- a/src/pages/Organizations/screens/OrganizationsList.jsx +++ b/src/pages/Organizations/screens/OrganizationsList.jsx @@ -221,13 +221,7 @@ class OrganizationsList extends Component { Please add an organization to populate this list - )} - {( - typeof noInitialResults !== 'undefined' - && !noInitialResults - && !loading - && !error - ) && ( + ) || (