mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-21 18:58:03 +00:00
Fix version upgrade notifier
This commit is contained in:
@@ -90,12 +90,6 @@ export default function Header() {
|
||||
<li>
|
||||
<DropDown
|
||||
items={[
|
||||
{
|
||||
id: "1",
|
||||
text: "Support chat",
|
||||
icon: <BsSlack />,
|
||||
onClick: openSupportChat,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
text: "Project Page",
|
||||
@@ -124,7 +118,7 @@ export default function Header() {
|
||||
]}
|
||||
/>
|
||||
</li>
|
||||
{statusData?.CurVer !== statusData?.LatestVer ? (
|
||||
{"v"+statusData?.CurVer !== statusData?.LatestVer ? (
|
||||
<li className="min-w-[130px]">
|
||||
<a
|
||||
href="https://github.com/komodorio/helm-dashboard/releases"
|
||||
|
||||
Reference in New Issue
Block a user