From 23dcbae152c0eca4f9d31054b6451a983f82a366 Mon Sep 17 00:00:00 2001 From: harini2016 Date: Fri, 21 Aug 2026 20:34:43 -0500 Subject: [PATCH] Update webstatus-feature-page.ts Change the variable for sinceDate --- frontend/src/static/js/components/webstatus-feature-page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();