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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user