attempting to fix the prettier issue

nolan/issue-327
The-Code-Monkey 2019-05-01 15:36:59 +01:00 committed by GitHub
parent 0cfb0787ab
commit 14c5d4f2b4
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' : ''