From 14c5d4f2b42fc2749de7f670133a160cbfb537fd Mon Sep 17 00:00:00 2001 From: The-Code-Monkey <31218527+The-Code-Monkey@users.noreply.github.com> Date: Wed, 1 May 2019 15:36:59 +0100 Subject: [PATCH] attempting to fix the prettier issue --- src/components/anchors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/anchors.js b/src/components/anchors.js index 19b9960..13d61e5 100644 --- a/src/components/anchors.js +++ b/src/components/anchors.js @@ -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' : ''