Skip to content

Commit 2ec5300

Browse files
thomasballingerConvex, Inc.
authored andcommitted
Don't wait for WorkOS data to load (#42645)
Fix a bug hiding integrations UI GitOrigin-RevId: e2023b8f5768593777be59e1ecd1309f0b3a0a87
1 parent e781f80 commit 2ec5300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/settings/components/integrations/IntegrationsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function IntegrationsView() {
2222
return (
2323
<DeploymentSettingsLayout page="integrations">
2424
<LoadingTransition>
25-
{team && entitlements && integrations !== undefined && workosData && (
25+
{team && entitlements && integrations !== undefined && (
2626
<Integrations
2727
team={team}
2828
entitlements={entitlements}

0 commit comments

Comments
 (0)