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

(cherry picked from commit bcf4df3)
  • Loading branch information
marcochavezf authored and OSBotify committed Dec 26, 2023
1 parent 0b0f247 commit 10f4003
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 10f4003

Please sign in to comment.