Skip to content

Commit 6995fe9

Browse files
authored
Fixed the issue #577: Dashboard recommends updates while running the latest version (#584)
1 parent 5737e84 commit 6995fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/layout/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default function Header() {
124124
]}
125125
/>
126126
</li>
127-
{statusData?.LatestVer ? (
127+
{statusData?.CurVer !== statusData?.LatestVer ? (
128128
<li className="min-w-[130px]">
129129
<a
130130
href="https://github.com/komodorio/helm-dashboard/releases"

0 commit comments

Comments
 (0)