Fix prettier
parent
4fda4dcc01
commit
32282a6dc7
|
@ -185,7 +185,7 @@ const NimbleEmoji = (props) => {
|
||||||
if (props.onClick) {
|
if (props.onClick) {
|
||||||
Tag.name = 'button'
|
Tag.name = 'button'
|
||||||
Tag.props = {
|
Tag.props = {
|
||||||
type: 'button'
|
type: 'button',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue