attempt 2 to fix prettier error
parent
14c5d4f2b4
commit
af37a7a20f
|
@ -43,7 +43,7 @@ export default class Anchors extends React.PureComponent {
|
|||
aria-label={i18n.categories[id]}
|
||||
title={i18n.categories[id]}
|
||||
data-index={i}
|
||||
type="button"
|
||||
type={'button'}
|
||||
onClick={this.handleClick}
|
||||
className={`emoji-mart-anchor ${
|
||||
isSelected ? 'emoji-mart-anchor-selected' : ''
|
||||
|
|
Loading…
Reference in New Issue