From f1587c3e558802a643ac63b0d505cbf150401273 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 28 Sep 2023 13:41:22 +0200 Subject: [PATCH] :bug: Hide admin of their office if super admin --- .../Components/Layouts/Users/UserInformations/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/Users/UserInformations/index.tsx b/src/front/Components/Layouts/Users/UserInformations/index.tsx index 990b3de6..f38761f9 100644 --- a/src/front/Components/Layouts/Users/UserInformations/index.tsx +++ b/src/front/Components/Layouts/Users/UserInformations/index.tsx @@ -285,7 +285,10 @@ export default function UserInformations(props: IProps) { Attribuer un titre
- + {!isSuperAdminChecked && ( + + )} +