Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLem committed Mar 28, 2019
1 parent 4fda4dc commit 32282a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/emoji/nimble-emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const NimbleEmoji = (props) => {
if (props.onClick) {
Tag.name = 'button'
Tag.props = {
type: 'button'
type: 'button',
}
}

Expand Down

0 comments on commit 32282a6

Please sign in to comment.