Skip to content

Commit

Permalink
fix: Country code props for landing story
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Dec 19, 2024
1 parent dfea4ab commit 58057d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const meta: Meta<typeof View> = {
>
<PublicShell
l10n={getL10n("en")}
countryCode="us"
countryCode={props.countryCode}
enabledFeatureFlags={[]}
experimentData={{
...defaultExperimentData,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const meta: Meta<typeof View> = {
>
<PublicShell
l10n={getL10n("en")}
countryCode="us"
countryCode={props.countryCode}
enabledFeatureFlags={["LandingPageRedesign"]}
experimentData={{
...defaultExperimentData,
Expand Down

0 comments on commit 58057d1

Please sign in to comment.