diff --git a/frontend/src/static/js/components/webstatus-feature-page.ts b/frontend/src/static/js/components/webstatus-feature-page.ts index 553b35ce1..378d1d021 100644 --- a/frontend/src/static/js/components/webstatus-feature-page.ts +++ b/frontend/src/static/js/components/webstatus-feature-page.ts @@ -646,7 +646,7 @@ export class FeaturePage extends BaseChartsPage { if (status === undefined) return html``; const chipConfig = getBaselineChipConfig(status, this.feature.discouraged); - const sinceDate = this.feature?.baseline?.low_date; + const sinceDate = this.feature?.baseline?.high_date; let badgeClass = 'limited'; let iconSvg = this._renderCrossIcon();