From 258c91a74020db676a0dd65d03d16ab2271a02dd Mon Sep 17 00:00:00 2001 From: kyy Date: Thu, 14 May 2026 11:07:28 +0900 Subject: [PATCH] =?UTF-8?q?adminfront=20profile=20=EC=A0=91=EA=B7=BC=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/src/features/tenants/routes/TenantListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminfront/src/features/tenants/routes/TenantListPage.tsx b/adminfront/src/features/tenants/routes/TenantListPage.tsx index d4e3bebb..0df53fb3 100644 --- a/adminfront/src/features/tenants/routes/TenantListPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantListPage.tsx @@ -387,7 +387,7 @@ function TenantListPage() { if ( profileRole === "tenant_admin" && - (profile.manageableTenants?.length ?? 0) <= 1 + (profile?.manageableTenants?.length ?? 0) <= 1 ) { return null; }