Skip to content

Commit

Permalink
fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed May 8, 2024
1 parent 187be18 commit 534e414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/authentication/upgrade-modal/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface PromptTemplatesDependencies {
export interface PromptTemplatesState {
billingPeriod: 'monthly' | 'yearly'
checkoutLoading: UITaskState
componentVariant: 'Modal' | 'PricingList' | 'AccountPage'
componentVariant: 'Modal' | 'PricingList' | 'AccountPage' | 'OnboardingStep'
powerUpType: PowerUpModalVersion
activatedPowerUps?: Record<PremiumPlans, any>
authLoadState: UITaskState
Expand Down
1 change: 1 addition & 0 deletions src/overview/onboarding/screens/onboarding/logic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ async function setupTest(
navToDashboard: args?.onDashboardNav ?? (() => undefined),
navToGuidedTutorial: () => undefined,
contentScriptsBG: backgroundModules.contentScripts.remoteFunctions,
bgScriptsBG: backgroundModules.bgScript.remoteFunctions,
})

const logic = createElement(_logic)
Expand Down

0 comments on commit 534e414

Please sign in to comment.