diff --git a/src/pages/iou/MoneyRequestSelectorPage.js b/src/pages/iou/MoneyRequestSelectorPage.js index f1633d62e490..4dd688950fbd 100644 --- a/src/pages/iou/MoneyRequestSelectorPage.js +++ b/src/pages/iou/MoneyRequestSelectorPage.js @@ -77,7 +77,10 @@ function MoneyRequestSelectorPage(props) { }; return ( - + {({safeAreaPaddingBottomStyle}) => ( diff --git a/src/pages/iou/steps/NewRequestAmountPage.js b/src/pages/iou/steps/NewRequestAmountPage.js index ce59840e106d..f17c18cab0a5 100644 --- a/src/pages/iou/steps/NewRequestAmountPage.js +++ b/src/pages/iou/steps/NewRequestAmountPage.js @@ -175,6 +175,7 @@ function NewRequestAmountPage({route, iou, report}) { return ( {({safeAreaPaddingBottomStyle}) => ( diff --git a/src/pages/settings/Security/TwoFactorAuth/CodesPage.js b/src/pages/settings/Security/TwoFactorAuth/CodesPage.js index 6780080ff382..29cefdc156a0 100644 --- a/src/pages/settings/Security/TwoFactorAuth/CodesPage.js +++ b/src/pages/settings/Security/TwoFactorAuth/CodesPage.js @@ -56,7 +56,10 @@ function CodesPage(props) { }, []); return ( - + + Task.dismissModalAndClearOutTaskInfo()}