diff options
Diffstat (limited to 'gui/src/renderer/components')
| -rw-r--r-- | gui/src/renderer/components/NotificationArea.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/NotificationArea.tsx b/gui/src/renderer/components/NotificationArea.tsx index f08eefbb75..678341f079 100644 --- a/gui/src/renderer/components/NotificationArea.tsx +++ b/gui/src/renderer/components/NotificationArea.tsx @@ -175,7 +175,7 @@ export default class NotificationArea extends Component<IProps, State> { }; } - if (version.currentIsOutdated && version.nextUpgrade) { + if (version.nextUpgrade && version.nextUpgrade !== version.current) { return { visible: true, type: 'update-available', |
