Skip to content

Commit 915fb58

Browse files
marthacryanemilykl
andauthored
Update dash/dash-renderer/src/components/error/menu/VersionInfo.react.js
Co-authored-by: Emily KL <[email protected]>
1 parent 5ec2514 commit 915fb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash-renderer/src/components/error/menu/VersionInfo.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function shouldShowUpgradeNotification(currentDashVersion, newDashVersion) {
7272
const lastDismissed = localStorage.getItem('lastDismissed');
7373
const lastDismissedVersion = localStorage.getItem('lastDismissedVersion');
7474
if (
75-
currentDashVersion == newDashVersion ||
75+
compareVersions(currentDashVersion, newDashVersion) >=0 ||
7676
showNotifications === 'false' ||
7777
newDashVersion === undefined
7878
) {

0 commit comments

Comments
 (0)