diff --git a/src/components/SelectionList/BaseSelectionList.tsx b/src/components/SelectionList/BaseSelectionList.tsx index bdb4a0b967f5..3f73193c467f 100644 --- a/src/components/SelectionList/BaseSelectionList.tsx +++ b/src/components/SelectionList/BaseSelectionList.tsx @@ -516,7 +516,7 @@ function BaseSelectionList( {({safeAreaPaddingBottomStyle}) => ( {shouldShowTextInput && ( - + { innerTextInputRef.current = element as RNTextInput; @@ -556,7 +556,7 @@ function BaseSelectionList( {/* If we are loading new options we will avoid showing any header message. This is mostly because one of the header messages says there are no options. */} {/* This is misleading because we might be in the process of loading fresh options from the server. */} {!isLoadingNewOptions && !!headerMessage && ( - + {headerMessage} )}