Skip to content

Commit

Permalink
Merge pull request #28219 from gadhiyamanan/fix-28014
Browse files Browse the repository at this point in the history
Fix Green drag and drop area
  • Loading branch information
roryabraham authored Sep 29, 2023
2 parents d3e7ad6 + 917c292 commit 902237d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/EditRequestReceiptPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ function EditRequestReceiptPage({route, transactionID}) {
shouldEnableMaxHeight
testID={EditRequestReceiptPage.displayName}
>
<HeaderWithBackButton
title={translate('common.receipt')}
onBackButtonPress={Navigation.goBack}
/>
<DragAndDropProvider>
<HeaderWithBackButton
title={translate('common.receipt')}
onBackButtonPress={Navigation.goBack}
/>
<ReceiptSelector
route={route}
transactionID={transactionID}
Expand Down

0 comments on commit 902237d

Please sign in to comment.