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