Skip to content

Commit

Permalink
fix: Add missing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Apr 9, 2024
1 parent a5290d4 commit bdda3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/auth/QuestionnairePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function QuestionnairePage() {
) : (
<AuthContainer
title="Customize your experience"
description={!isNovuProd ? 'Your answers can decrease the time to get started' : ''}
description={!shouldUseHubspotForm ? 'Your answers can decrease the time to get started' : ''}
>
<When truthy={shouldUseHubspotForm}>
<HubspotSignupForm />
Expand Down

0 comments on commit bdda3a8

Please sign in to comment.