Skip to content

Commit

Permalink
fix show more button
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Jan 27, 2024
1 parent c5ca9a8 commit dddbe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OptionsSelector/BaseOptionsSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ class BaseOptionsSelector extends Component {
shouldPreventDefaultFocusOnSelectRow={this.props.shouldPreventDefaultFocusOnSelectRow}
nestedScrollEnabled={this.props.nestedScrollEnabled}
bounces={!this.props.shouldTextInputAppearBelowOptions || !this.props.shouldAllowScrollingChildren}
renderFooterContent={() =>
renderFooterContent={
shouldShowShowMoreButton && (
<ShowMoreButton
containerStyle={{...this.props.themeStyles.mt2, ...this.props.themeStyles.mb5}}
Expand Down

0 comments on commit dddbe10

Please sign in to comment.