diff --git a/src/generic/upgrade-notification/UpgradeNotification.jsx b/src/generic/upgrade-notification/UpgradeNotification.jsx index 2123df57..f7ded3ee 100644 --- a/src/generic/upgrade-notification/UpgradeNotification.jsx +++ b/src/generic/upgrade-notification/UpgradeNotification.jsx @@ -327,20 +327,6 @@ function UpgradeNotification({ const accessExpirationDate = new Date(accessExpiration.expirationDate); const hoursToAccessExpiration = Math.floor((accessExpirationDate - correctedTime) / 1000 / 60 / 60); - if (offer) { // if there's a first purchase discount, message the code at the bottom - offerCode = ( -