From 593bdf74b825100e6e51859876a109fdd8ff22be Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 6 Apr 2024 10:57:08 -0700 Subject: [PATCH] patch notice --- frontend/src/pages/org/[id]/overview/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/org/[id]/overview/index.tsx b/frontend/src/pages/org/[id]/overview/index.tsx index 574d373ab..b6cc4ee46 100644 --- a/frontend/src/pages/org/[id]/overview/index.tsx +++ b/frontend/src/pages/org/[id]/overview/index.tsx @@ -594,8 +594,7 @@ const OrganizationPage = withPermission( )}
- { - window.location.origin.includes("https://app.infisical.com") || window.location.origin.includes("http://localhost:8080") && + {window.location.origin.includes("https://app.infisical.com") || window.location.origin.includes("http://localhost:8080") && (
-
- } +
)}

Projects