Skip to content

Commit

Permalink
Merge pull request #297 from virtualidentityag/feat/group-chat-consul…
Browse files Browse the repository at this point in the history
…tant

fix: group chat toggle not available
  • Loading branch information
CarlosSoares authored Jun 27, 2023
2 parents 0e73bda + 17b6949 commit c01e42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/FeatureContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FeatureProvider = ({ children, tenantData, publicTenantData }: FeatureProv
},
{
name: FeatureFlag.GroupChatV2,
active: !!tenantData?.settings.featureGroupChatV2Enabled,
active: !!publicTenantData?.settings.featureGroupChatV2Enabled,
},
]);

Expand Down

0 comments on commit c01e42c

Please sign in to comment.