Skip to content

Commit

Permalink
fix: Unit test for LandingPageRedesign
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Dec 20, 2024
1 parent aef16bc commit 5dc3a67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { CONST_URL_MONITOR_LANDING_PAGE_ID } from "../../../../constants";
const meta: Meta<typeof View> = {
title: "Pages/Public/Landing page/Redesign",
component: (props: ViewProps) => {
const experimentData = props.experimentData ?? defaultExperimentData;
const experimentData =
props.experimentData ?? defaultExperimentData["Features"];
return (
<AccountsMetricsFlowProvider
enabled={experimentData["landing-page-redesign"].enabled}
Expand Down

0 comments on commit 5dc3a67

Please sign in to comment.