From f269bced7067f72977a2aa04d80681b19db311ae Mon Sep 17 00:00:00 2001 From: Shanks0465 Date: Mon, 30 Sep 2024 19:07:41 +0530 Subject: [PATCH] APolicy Bullet Change --- frontend/src/app/tools/[tool]/policy/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}
  • ))} ) : (