Keep using unique key for custom category buttons
parent
ca6a7fd74b
commit
37c3c6267c
|
@ -41,7 +41,7 @@ export default class Anchors extends React.PureComponent {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
key={iconId}
|
key={id}
|
||||||
aria-label={i18n.categories[iconId]}
|
aria-label={i18n.categories[iconId]}
|
||||||
title={i18n.categories[iconId]}
|
title={i18n.categories[iconId]}
|
||||||
data-index={i}
|
data-index={i}
|
||||||
|
|
Loading…
Reference in New Issue