From eff8a642a0a57fdc1ecf397c4c43324c3f1bc5be Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Fri, 6 Feb 2026 19:00:35 +0300 Subject: [PATCH] fix: restore index parameter in tikis map --- web/src/pages/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Dashboard.tsx b/web/src/pages/Dashboard.tsx index a20ddf34..48a99339 100644 --- a/web/src/pages/Dashboard.tsx +++ b/web/src/pages/Dashboard.tsx @@ -581,7 +581,7 @@ export default function Dashboard() {

All Roles ({tikis.length})

- {tikis.map((tiki, /*index*/) => ( + {tikis.map((tiki, index) => (