diff --git a/scripts/system/commerce/wallet.js b/scripts/system/commerce/wallet.js index 3a8462c5cb..d472d8d071 100644 --- a/scripts/system/commerce/wallet.js +++ b/scripts/system/commerce/wallet.js @@ -578,7 +578,7 @@ function notificationDataProcessPageHistory(data) { var shouldShowDotUpdates = false; function notificationPollCallbackUpdates(updatesArray) { - shouldShowDotUpdates = shouldShowDotUpdates || updatesArray.length > 0; + shouldShowDotUpdates = updatesArray.length > 0; ui.messagesWaiting(shouldShowDotUpdates || shouldShowDotHistory); if (updatesArray.length > 0) {