Merged in fix(LOY-423)-hide-progress-bar (pull request #3421)

fix(LOY-423): hide progress bar behind feature flag

* fix(LOY-423): hide progress bar behind feature flag


Approved-by: Linus Flood
This commit is contained in:
Matilda Landström
2026-01-13 09:00:01 +00:00
parent d9a6038b89
commit 6a803e2d81

View File

@@ -36,7 +36,7 @@ export default async function PreviousStays({
<SectionHeader heading={title ?? undefined} link={link} />
<ClaimPoints />
</div>
<L6Progress />
{env.NEW_STAYS_ON_MY_PAGES ? <L6Progress /> : null}
<StaysComponent initialPreviousStays={initialPreviousStays} />
<SectionLink link={link} variant="mobile" />
</Section>