Skip to content

Commit

Permalink
Merge branch 'fix/27856' of https://github.com/dukenv0307/App into fi…
Browse files Browse the repository at this point in the history
…x/27856
  • Loading branch information
dukenv0307 committed Jan 23, 2024
2 parents 2d8c867 + 78cf349 commit 2436719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ function AttachmentModal(props) {
onLinkPress={() => Navigation.dismissModal()}
/>
)}
{!_.isEmpty(props.report) ? (
{!_.isEmpty(props.report) && !props.isReceiptAttachment ? (
<AttachmentCarousel
report={props.report}
onNavigate={onNavigate}
Expand Down

0 comments on commit 2436719

Please sign in to comment.