We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d6277 commit 26280edCopy full SHA for 26280ed
plugin/assets/src/block-editor/components/icon-picker/index.js
@@ -57,7 +57,7 @@ export default ( { currentIcon, onChange } ) => {
57
: '';
58
59
return (
60
- <div key={ rawIcons[ icon ].name } className="icons-container__icon">
+ <div key={ rawIcons[ icon ].hex } className="icons-container__icon">
61
<Tooltip text={ rawIcons[ icon ].name }>
62
<button
63
type="button"
0 commit comments