diff --git a/src/components/DashboardPage.tsx b/src/components/DashboardPage.tsx index f531118..01bf89a 100644 --- a/src/components/DashboardPage.tsx +++ b/src/components/DashboardPage.tsx @@ -49,7 +49,7 @@ export default function DashboardPage() { return (
{host.hostname} - {host.isSslEnabled ? { + {!host.isSslEnabled ? { let rawSession: string | null = localStorage.getItem("session_key"); if (rawSession != null) {