diff --git a/core/screens/spaces/tasks/components/ContactOrganization/index.tsx b/core/screens/spaces/tasks/components/ContactOrganization/index.tsx
index 6ea6a7eb36f3925d6a6ec3b3f69e86e067d2a819..1297518e2d330d3cb502bb18ba5cf86f24ede9ed 100644
--- a/core/screens/spaces/tasks/components/ContactOrganization/index.tsx
+++ b/core/screens/spaces/tasks/components/ContactOrganization/index.tsx
@@ -99,7 +99,7 @@ export const ContactOrganization = ({ spaceIdOrName, spaceId, spaceTitle, taskId
     <HoliActionDrawer.Drawer
       renderCustomButton={(onPress, testID) => (
         <ContactOrganizationActionButton
-          loading={!isChatInitialized || adminUsersLoading}
+          loading={loggedInUser && (!isChatInitialized || adminUsersLoading)}
           testID={testID}
           onPress={onPress}
         />