Skip to content

Commit

Permalink
Merge pull request #33636 from mkhutornyi/fix-33591
Browse files Browse the repository at this point in the history
[CP Staging] fix receipt empty thumbnail not displayed in native
  • Loading branch information
marcochavezf authored Dec 26, 2023
2 parents 38ad90e + 507f0df commit bcf4df3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ReceiptEmptyState.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function ReceiptEmptyState({hasError, onPress}) {
src={Expensicons.EmptyStateAttachReceipt}
width={variables.eReceiptIconWidth}
height={variables.eReceiptIconHeight}
fill="transparent"
/>
</PressableWithoutFeedback>
);
Expand Down

0 comments on commit bcf4df3

Please sign in to comment.