From 70a7eefa225f7f06c712b216439748b1577f815f Mon Sep 17 00:00:00 2001
From: Richard Wei <54336863+WaysonWei@users.noreply.github.com>
Date: Mon, 25 Jul 2022 15:23:09 +1200
Subject: [PATCH] fixed cloud in ce menu (#7334)
---
app/react/sidebar/SettingsSidebar.tsx | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/app/react/sidebar/SettingsSidebar.tsx b/app/react/sidebar/SettingsSidebar.tsx
index 5caa599f9..9a51b44bc 100644
--- a/app/react/sidebar/SettingsSidebar.tsx
+++ b/app/react/sidebar/SettingsSidebar.tsx
@@ -111,12 +111,13 @@ export function SettingsSidebar({ isAdmin }: Props) {
data-cy="portainerSidebar-authentication"
/>
)}
-
-
+ {process.env.PORTAINER_EDITION !== 'CE' && (
+
+ )}