Fix linty failures
This commit is contained in:
parent
e7f292794c
commit
93ecc9839b
8 changed files with 29 additions and 33 deletions
|
@ -74,10 +74,10 @@ class QuickReactions extends React.Component {
|
|||
{QUICK_REACTIONS.map(emoji => <Emoji
|
||||
key={emoji.hexcode} emoji={emoji} onClick={this.props.onClick}
|
||||
onMouseEnter={this.onMouseEnter} onMouseLeave={this.onMouseLeave}
|
||||
selectedEmojis={this.props.selectedEmojis}/>)}
|
||||
selectedEmojis={this.props.selectedEmojis} />)}
|
||||
</ul>
|
||||
</section>
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue