diff --git a/src/components/ValidateCodeActionModal/index.tsx b/src/components/ValidateCodeActionModal/index.tsx index 7aa0b7990778..6da47b4702db 100644 --- a/src/components/ValidateCodeActionModal/index.tsx +++ b/src/components/ValidateCodeActionModal/index.tsx @@ -4,6 +4,7 @@ import {useOnyx} from 'react-native-onyx'; import HeaderWithBackButton from '@components/HeaderWithBackButton'; import Modal from '@components/Modal'; import ScreenWrapper from '@components/ScreenWrapper'; +import ScrollView from '@components/ScrollView'; import Text from '@components/Text'; import useThemeStyles from '@hooks/useThemeStyles'; import useWindowDimensions from '@hooks/useWindowDimensions'; @@ -90,22 +91,28 @@ function ValidateCodeActionModal({ onThreeDotsButtonPress={onThreeDotsButtonPress} /> - - {descriptionPrimary} - {!!descriptionSecondary && {descriptionSecondary}} - - + + + {descriptionPrimary} + {!!descriptionSecondary && {descriptionSecondary}} + + + {footer?.()}