Keep using unique key for custom category buttons

dependabot/npm_and_yarn/elliptic-6.5.4
Etienne Lemay 2021-02-24 12:04:51 -05:00
parent 3f00e123c6
commit 196b0ffd2f
No known key found for this signature in database
GPG Key ID: D78B2F6F9354DBD0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default class Anchors extends React.PureComponent {
return (
<button
key={iconId}
key={id}
aria-label={i18n.categories[iconId]}
title={i18n.categories[iconId]}
data-index={i}