Skip to content

Commit

Permalink
remove invalid state
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Dec 11, 2024
1 parent 0fc15cd commit 59b4eb3
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,6 @@ export const getUserDashboardState = (
isEligibleForPremium: true,
isPremiumUser: false,
scanInProgress: false,
}) ||
isMatchingContent(contentProps, {
isRelevantGuidedStep: relevantGuidedStep.id === "Scan",
hasExposures: true,
hasUnresolvedBreaches: true,
hasUnresolvedBrokers: true,
isEligibleForFreeScan: false,
isEligibleForPremium: false,
isPremiumUser: true,
scanInProgress: false,
})
) {
return "UsUserNonPremiumWithScanUnresolvedExposures";
Expand Down

0 comments on commit 59b4eb3

Please sign in to comment.