From 38cf47d1fa3c093cdb1648146c4c475baa927736 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Fri, 17 Nov 2023 16:49:03 -0500 Subject: [PATCH] fix ssl button --- src/components/DashboardPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {