Skip to content

Commit

Permalink
forgot to run prettier, now I did
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraRandolph committed Mar 5, 2020
1 parent 736a2cd commit fde31fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/picker/nimble-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,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()
}

Expand Down

0 comments on commit fde31fa

Please sign in to comment.