зеркало из https://github.com/mozilla/treeherder.git
Bug 1618755 - Add unique key attributes for TierIndicator buttons (#6072)
This prevents React from complaining about the missing key attributes.
This commit is contained in:
Родитель
99d02025fa
Коммит
92ef9594fb
|
@ -22,6 +22,7 @@ export default function TierIndicator(props) {
|
|||
}
|
||||
disabled={isOnlyTier}
|
||||
outline={!shownTiers.includes(tier)}
|
||||
key={tier}
|
||||
>
|
||||
{tier}
|
||||
</Button>
|
||||
|
|
Загрузка…
Ссылка в новой задаче