Skip to content

Commit

Permalink
Fix Green drag and drop area
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhiyamanan committed Sep 26, 2023
1 parent 3425554 commit 917c292
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 917c292

Please sign in to comment.