Keep using unique key for custom category buttons

master
Etienne Lemay 2021-02-24 12:04:51 -05:00 committed by mashirozx
parent ca6a7fd74b
commit 37c3c6267c
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}