diff --git a/src/pages/settings/Profile/ProfilePage.js b/src/pages/settings/Profile/ProfilePage.js index aaef4f974e9e..9844cfb4396d 100644 --- a/src/pages/settings/Profile/ProfilePage.js +++ b/src/pages/settings/Profile/ProfilePage.js @@ -5,6 +5,7 @@ import { View, TextInput, Pressable, + ScrollView, } from 'react-native'; import Str from 'expensify-common/lib/str'; import moment from 'moment-timezone'; @@ -255,7 +256,7 @@ class ProfilePage extends Component { onBackButtonPress={() => Navigation.navigate(ROUTES.SETTINGS)} onCloseButtonPress={() => Navigation.dismissModal(true)} /> - + - +