Fix prettier

nolan/issue-325
Etienne Lemay 2019-03-28 09:14:25 -04:00
parent 4fda4dcc01
commit 32282a6dc7
No known key found for this signature in database
GPG Key ID: EE7CF89146BB28E9
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ const NimbleEmoji = (props) => {
if (props.onClick) {
Tag.name = 'button'
Tag.props = {
type: 'button'
type: 'button',
}
}