forgot to run prettier, now I did
parent
cdb6c26a08
commit
6ca158bb36
|
@ -289,7 +289,7 @@ export default class NimblePicker extends React.PureComponent {
|
||||||
var component = this.categoryRefs['category-1']
|
var component = this.categoryRefs['category-1']
|
||||||
if (component) {
|
if (component) {
|
||||||
let maxMargin = component.maxMargin
|
let maxMargin = component.maxMargin
|
||||||
if (!this.props.disableFrequentEmojiSort){
|
if (!this.props.disableFrequentEmojiSort) {
|
||||||
component.forceUpdate()
|
component.forceUpdate()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue