Skip to content

Commit

Permalink
fix(bcd): fix tooltip for removed features (#10684)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs authored Mar 15, 2024
1 parent e24a7cc commit 49c84bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function getNotes(
(otherItem) => otherItem.version_added === item.version_removed
)
? {
iconName: "disabled",
iconName: "footnote",
label: (
<>
Removed in {labelFromString(item.version_removed, browser)}{" "}
Expand Down

0 comments on commit 49c84bb

Please sign in to comment.