Skip to content

Commit

Permalink
Merge pull request #38932 from MrMuzyk/fix/back-icon-overlapped-on-ed…
Browse files Browse the repository at this point in the history
…it-page

fix: change props for edit rate page wrapper
  • Loading branch information
luacmartins authored Mar 25, 2024
2 parents a5189c4 + 7612c33 commit d2f04c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ function PolicyDistanceRateEditPage({policy, route}: PolicyDistanceRateEditPageP
featureName={CONST.POLICY.MORE_FEATURES.ARE_DISTANCE_RATES_ENABLED}
>
<ScreenWrapper
style={[styles.pb0]}
includePaddingTop={false}
includeSafeAreaPaddingBottom={false}
style={[styles.defaultModalContainer]}
testID={PolicyDistanceRateEditPage.displayName}
shouldEnableMaxHeight
>
<HeaderWithBackButton
title={translate('workspace.distanceRates.rate')}
Expand Down

0 comments on commit d2f04c4

Please sign in to comment.