diff --git a/src/components/Navigation/OnboardingModal.tsx b/src/components/Navigation/OnboardingModal.tsx index 6a9e95987..53e39e3b3 100644 --- a/src/components/Navigation/OnboardingModal.tsx +++ b/src/components/Navigation/OnboardingModal.tsx @@ -8,6 +8,7 @@ import { httpPatch } from '../../lib/http'; import { useToast } from '../../hooks/use-toast'; import type { OnboardingConfig } from './AccountDropdown'; import { setAuthToken } from '../../lib/jwt'; +import { NUDGE_ONBOARDING_KEY } from '../OnboardingNudge.tsx'; type Task = { id: string; @@ -157,9 +158,11 @@ export function OnboardingModal(props: OnboardingModalProps) {

-