From 4a6259c61daab06327067bc4b1d91dae67705848 Mon Sep 17 00:00:00 2001 From: Gagan Date: Wed, 24 Jul 2024 19:36:51 -0600 Subject: [PATCH] enable yes in compatiblity mode --- .../ingredients/browser-compatibility-table/feature-row.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx b/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx index 78ad17ec5564..b30b92904725 100644 --- a/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx +++ b/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx @@ -401,7 +401,9 @@ function getNotes( ? { iconName: "footnote", label: - "Full support (earliest supporting release version unknown)", + item?.version_added === true + ? "Full support (earliest supporting release version unknown)" + : "Full support", } : isNotSupportedAtAll(item) ? {