diff --git a/src/modules/utils/services/whatsNew.js b/src/modules/utils/services/whatsNew.js index e40e4e3b7d..2d8e3aec02 100644 --- a/src/modules/utils/services/whatsNew.js +++ b/src/modules/utils/services/whatsNew.js @@ -82,6 +82,8 @@ } function handleLogin() { + notification.destroyAll(); + const notShownUpdates = user.getSetting('whatsNewList') .filter(version => { if (migration.gt(version, WavesApp.version)) {