From ab6aeae91a1243f1cdb0ced38dde11f5a85173c4 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Mon, 10 Dec 2018 13:01:28 -0800 Subject: [PATCH] Fix MS20161: Fix INVENTORY notification dot state --- scripts/system/commerce/wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {