Skip to content

Commit

Permalink
Merge pull request #14985 from Expensify/beaman-addDobPageTitle
Browse files Browse the repository at this point in the history
Add page title to Date of Birth page
  • Loading branch information
Luke9389 authored Feb 13, 2023
2 parents 3c48613 + ff3d384 commit e31cb53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class DateOfBirthPage extends Component {
return (
<ScreenWrapper includeSafeAreaPaddingBottom={false}>
<HeaderWithCloseButton
title={this.props.translate('common.dob')}
shouldShowBackButton
onBackButtonPress={() => Navigation.navigate(ROUTES.SETTINGS_PERSONAL_DETAILS)}
onCloseButtonPress={() => Navigation.dismissModal(true)}
Expand Down

0 comments on commit e31cb53

Please sign in to comment.