Skip to content

Commit

Permalink
add back button back
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous committed Jun 7, 2023
1 parent 49895f4 commit 68176c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/iou/SplitBillDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const SplitBillDetailsPage = (props) => {
<FullPageNotFoundView shouldShow={_.isEmpty(props.report) || _.isEmpty(reportAction)}>
<HeaderWithBackButton
title={props.translate('common.details')}
shouldShowBackButton={false}
/>
<View
pointerEvents="box-none"
Expand Down

0 comments on commit 68176c4

Please sign in to comment.