Skip to content
Snippets Groups Projects
Commit 3b562f82 authored by Stefano Cerelli's avatar Stefano Cerelli
Browse files

Merge branch 'HOLI-11158-task-chat-button-guests' into 'release/1.50'

fix: task chat infinite loading for guests

See merge request app/holi-frontends!3088
parents de7c159d 4b624607
No related branches found
No related tags found
No related merge requests found
......@@ -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}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment