From d4c831ba3895b4e527625bf9cad3aaf3490b73d7 Mon Sep 17 00:00:00 2001 From: Aiga115 Date: Thu, 15 May 2025 15:54:52 +0200 Subject: [PATCH] ILEX-118 check if we have a user --- src/components/organizations/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organizations/index.jsx b/src/components/organizations/index.jsx index 7c018dd2..dd301bcd 100644 --- a/src/components/organizations/index.jsx +++ b/src/components/organizations/index.jsx @@ -44,7 +44,7 @@ const Organizations = () => { {organizations?.length} Organizations - + {Object.keys(user).length !== 0 && } {message && (