Skip to content

Commit 8902a15

Browse files
committed
Revert getting started page
1 parent e63b200 commit 8902a15

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/web/components/pages/GettingStartedPage.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ const GettingStartedPage: FC = () => {
139139
)
140140
}
141141

142-
if (true) {
142+
if (
143+
!hasSubmittedIntegrations &&
144+
Utils.getFlagsmithHasFeature('integration_onboarding')
145+
) {
143146
return (
144147
<IntegrationSelect onComplete={() => setCompletedIntegrations(true)} />
145148
)

0 commit comments

Comments
 (0)