Skip to content

Commit

Permalink
attempt 2 to fix prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Code-Monkey committed May 1, 2019
1 parent 14c5d4f commit af37a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/anchors.js
Expand Up @@ -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' : ''
Expand Down

0 comments on commit af37a7a

Please sign in to comment.