diff --git a/web/cashtab/src/components/Home/Tx.js b/web/cashtab/src/components/Home/Tx.js --- a/web/cashtab/src/components/Home/Tx.js +++ b/web/cashtab/src/components/Home/Tx.js @@ -754,28 +754,32 @@ - {!data.outgoingTx && data.replyAddress && ( - - - - - - Add to contacts - - - - - - - )} + {!data.outgoingTx && + data.replyAddress && + !addressesInContactList.includes( + data.replyAddress, + ) && ( + + + + + + Add to contacts + + + + + + + )}