diff --git a/src/components/SelectionScreen.tsx b/src/components/SelectionScreen.tsx index 503888f8239cd..8b48d3065118f 100644 --- a/src/components/SelectionScreen.tsx +++ b/src/components/SelectionScreen.tsx @@ -11,7 +11,6 @@ import ONYXKEYS from '@src/ONYXKEYS'; import type * as OnyxCommon from '@src/types/onyx/OnyxCommon'; import type {ConnectionName, PolicyFeatureName} from '@src/types/onyx/Policy'; import type {ReceiptErrors} from '@src/types/onyx/Transaction'; -import {isEmptyObject} from '@src/types/utils/EmptyObject'; import ErrorMessageRow from './ErrorMessageRow'; import HeaderWithBackButton from './HeaderWithBackButton'; import OfflineWithFeedback from './OfflineWithFeedback'; @@ -183,7 +182,7 @@ function SelectionScreen({ shouldSingleExecuteRowSelect={shouldSingleExecuteRowSelect} shouldUpdateFocusedIndex={shouldUpdateFocusedIndex} alternateNumberOfSupportedLines={2} - addBottomSafeAreaPadding={!errors || isEmptyObject(errors)} + addBottomSafeAreaPadding >