We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e781f80 commit 2ec5300Copy full SHA for 2ec5300
npm-packages/dashboard-common/src/features/settings/components/integrations/IntegrationsView.tsx
@@ -22,7 +22,7 @@ export function IntegrationsView() {
22
return (
23
<DeploymentSettingsLayout page="integrations">
24
<LoadingTransition>
25
- {team && entitlements && integrations !== undefined && workosData && (
+ {team && entitlements && integrations !== undefined && (
26
<Integrations
27
team={team}
28
entitlements={entitlements}
0 commit comments