diff --git a/src/components/AttachmentModal.js b/src/components/AttachmentModal.js
index b8bfb4c36122..61b138747950 100755
--- a/src/components/AttachmentModal.js
+++ b/src/components/AttachmentModal.js
@@ -376,7 +376,7 @@ function AttachmentModal(props) {
text: props.translate('common.download'),
onSelected: () => downloadAttachment(source),
});
- if (TransactionUtils.hasReceipt(props.transaction) && !TransactionUtils.isReceiptBeingScanned(props.transaction)) {
+ if (TransactionUtils.hasReceipt(props.transaction) && !TransactionUtils.isReceiptBeingScanned(props.transaction) && !isSettled) {
menuItems.push({
icon: Expensicons.Trashcan,
text: props.translate('receipt.deleteReceipt'),
@@ -469,7 +469,7 @@ function AttachmentModal(props) {
)}
)}
- {isAttachmentReceipt ? (
+ {isAttachmentReceipt && (
- ) : (
-
)}
+ {!isAttachmentReceipt && (
+
+ )}
{props.children &&
props.children({