Skip to content

Commit

Permalink
chore: Make the action needed tab the default in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed May 3, 2024
1 parent a4f0f13 commit cb16f88
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { LatestOnerepScanData } from "../../../../../../../db/tables/onerep_scan
import { CountryCodeProvider } from "../../../../../../../contextProviders/country-code";
import { SessionProvider } from "../../../../../../../contextProviders/session";
import { defaultExperimentData } from "../../../../../../../telemetry/generated/nimbus/experiments";
import { hasPremium } from "../../../../../../functions/universal/user";

const brokerOptions = {
"no-scan": "No scan started",
Expand Down Expand Up @@ -209,7 +208,7 @@ const DashboardWrapper = (props: DashboardWrapperProps) => {
enabled: true,
},
}}
activeTab={hasPremium(user) ? "fixed" : "action-needed"}
activeTab="action-needed"
/>
</Shell>
</CountryCodeProvider>
Expand Down

0 comments on commit cb16f88

Please sign in to comment.