Skip to content

Commit

Permalink
Fixed new version notificatio in side-nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Dec 26, 2022
1 parent 3655b38 commit 19fa208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/js/ui/components/side-nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default () => {
if (
!store.data.newVersion ||
store.data.newVersion.localVersion.gitCommitHash === '' ||
store.data.newVersion.latestVersion.commit.sha === store.data.newVersion.localVersion.commit
store.data.newVersion.latestVersion.commit.sha === store.data.newVersion.localVersion.gitCommitHash
) {
return null;
}
Expand Down

0 comments on commit 19fa208

Please sign in to comment.