Fixed the issue #577: Dashboard recommends updates while running the latest version (#584)

This commit is contained in:
Saikota
2025-03-28 19:14:16 +05:30
committed by GitHub
parent 5737e8495c
commit 6995fe957a

View File

@@ -124,7 +124,7 @@ export default function Header() {
]} ]}
/> />
</li> </li>
{statusData?.LatestVer ? ( {statusData?.CurVer !== statusData?.LatestVer ? (
<li className="min-w-[130px]"> <li className="min-w-[130px]">
<a <a
href="https://github.com/komodorio/helm-dashboard/releases" href="https://github.com/komodorio/helm-dashboard/releases"