From 4555d1e86741f841c9631b118dec3615d0f556c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 20 Apr 2026 17:59:36 +0400 Subject: [PATCH] Fix missing space + hide page from sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- .../src/pages/iam/organizations/_components/Sidebar.tsx | 5 ++--- .../configuration/snippet/CookieBannerSnippetPage.tsx | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/console/src/pages/iam/organizations/_components/Sidebar.tsx b/apps/console/src/pages/iam/organizations/_components/Sidebar.tsx index f09d0d70b..b0dffc4f3 100644 --- a/apps/console/src/pages/iam/organizations/_components/Sidebar.tsx +++ b/apps/console/src/pages/iam/organizations/_components/Sidebar.tsx @@ -12,7 +12,6 @@ // OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -import { CookieIcon } from "@phosphor-icons/react"; import { useTranslate } from "@probo/i18n"; import { IconBank, @@ -220,13 +219,13 @@ export function Sidebar(props: { fKey: SidebarFragment$key }) { to={`${prefix}/compliance-page`} /> )} - {organization.canListCookieBanners && ( + {/* {organization.canListCookieBanners && ( - )} + )} */} {organization.canUpdateOrganization && ( {__("The same approach works for iframes, images, stylesheets, and other elements.")} + {" "}