forgot to run prettier, now I did

dependabot/npm_and_yarn/websocket-extensions-0.1.4
SaraRandolph 2020-03-05 09:09:05 -07:00 committed by Etienne Lemay
parent cdb6c26a08
commit 6ca158bb36
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ export default class NimblePicker extends React.PureComponent {
var component = this.categoryRefs['category-1']
if (component) {
let maxMargin = component.maxMargin
if (!this.props.disableFrequentEmojiSort){
if (!this.props.disableFrequentEmojiSort) {
component.forceUpdate()
}