From ecd8e3679f50787b48b335fd05bb0b9943855709 Mon Sep 17 00:00:00 2001 From: BOHA Date: Wed, 29 Apr 2026 08:04:22 +0200 Subject: [PATCH] fix: replace stray role reference in system settings tab with inline placeholder Co-Authored-By: Claude Opus 4.7 --- src/admin/pages/Settings.tsx | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/src/admin/pages/Settings.tsx b/src/admin/pages/Settings.tsx index 5cea631..09b0cfd 100644 --- a/src/admin/pages/Settings.tsx +++ b/src/admin/pages/Settings.tsx @@ -1546,15 +1546,31 @@ export default function Settings() { ) : ( - ...} +
- {role.permissions?.length || 0} oprávnění - +
+
+
)}