[Upgrade Assistant] Remove duplicate EuiScreenReaderOnly from stats component #111477
Labels
chore
Feature:Upgrade Assistant
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
I noticed while debugging some CITs that
EuiScreenReaderOnly
is getting rendered twice for the deprecation stat panels.Per the
EuiStat
code, it looks like this is handled automatically if string values are provided fortitle
anddescription
and we can remove it from our code (here and here).The text was updated successfully, but these errors were encountered: