From 9f0c383ff80046282963295fbabeb3935bc1b54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Mon, 22 Dec 2025 19:46:12 +0100 Subject: [PATCH] fix: add icon back --- src/components/ReqViewer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/ReqViewer.tsx b/src/components/ReqViewer.tsx index 84fa9b2..ccaf139 100644 --- a/src/components/ReqViewer.tsx +++ b/src/components/ReqViewer.tsx @@ -1150,8 +1150,9 @@ export default function ReqViewer({
{/* Event count badge */} {reqState && reqState.eventCount > 0 && ( -
- [{reqState.eventCount}] +
+ + {reqState.eventCount}
)}