From e69bce0c3aad15db0b6902a6b9db5e881e6ba1f2 Mon Sep 17 00:00:00 2001 From: Erik Goens Date: Fri, 17 Feb 2023 08:41:42 -0800 Subject: [PATCH] removes extra parentheses showing after do/don't tables (#902) --- www/src/components/dodont/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/src/components/dodont/index.tsx b/www/src/components/dodont/index.tsx index 2a57d518..c27adfb5 100644 --- a/www/src/components/dodont/index.tsx +++ b/www/src/components/dodont/index.tsx @@ -139,14 +139,12 @@ export function DoDontTable({ examples, headerText, description }: DoDontPropTyp ))} - ( {description ? ( {description[0]} {description[1]} ) : null} - ) );