Skip to content

Commit 19fa208

Browse files
committed
Fixed new version notificatio in side-nav.
1 parent 3655b38 commit 19fa208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/js/ui/components/side-nav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default () => {
7171
if (
7272
!store.data.newVersion ||
7373
store.data.newVersion.localVersion.gitCommitHash === '' ||
74-
store.data.newVersion.latestVersion.commit.sha === store.data.newVersion.localVersion.commit
74+
store.data.newVersion.latestVersion.commit.sha === store.data.newVersion.localVersion.gitCommitHash
7575
) {
7676
return null;
7777
}

0 commit comments

Comments
 (0)