attempt 2 to fix prettier error

nolan/issue-327
The-Code-Monkey 2019-05-01 15:41:07 +01:00 committed by GitHub
parent 14c5d4f2b4
commit af37a7a20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' : ''