From e4a80060d718773ee0f017b54f8c6f67173057b0 Mon Sep 17 00:00:00 2001 From: Aaron Couch Date: Wed, 15 May 2024 17:40:18 -0400 Subject: [PATCH] Lint fix --- frontend/src/pages/content/ProcessInvolved.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/content/ProcessInvolved.tsx b/frontend/src/pages/content/ProcessInvolved.tsx index c3eaea5465..81294b3f8a 100644 --- a/frontend/src/pages/content/ProcessInvolved.tsx +++ b/frontend/src/pages/content/ProcessInvolved.tsx @@ -15,7 +15,7 @@ const ProcessInvolved = () => { {chunks} ), - strong: (chunks) => ( {chunks} ), + strong: (chunks) => {chunks} , }); const para2 = t.rich("involved.paragraph_2", { github: (chunks) => ( @@ -38,7 +38,7 @@ const ProcessInvolved = () => { {chunks} ), - strong: (chunks) => ( {chunks} ) + strong: (chunks) => {chunks} , }); return (