diff --git a/frontend/src/app/tools/[tool]/policy/page.tsx b/frontend/src/app/tools/[tool]/policy/page.tsx index f2d0898..43c5747 100644 --- a/frontend/src/app/tools/[tool]/policy/page.tsx +++ b/frontend/src/app/tools/[tool]/policy/page.tsx @@ -150,8 +150,8 @@ export default function PolicyView({ params }: { params: { tool: string } }) {
{(val as any).bullets ? ( <> - {(val as any).bullets.map((idx: number, bullet: string) => ( -
  • {bullet}
  • + {(val as any).bullets.map((bullet: string) => ( +
  • {bullet}
  • ))} ) : (