From 125a66a90dd0a2e54f0a6e28e21ca541d889be0f Mon Sep 17 00:00:00 2001 From: Vim USDS Date: Thu, 14 Jul 2022 16:21:41 -0700 Subject: [PATCH] Comment updates from PR feedback --- client/src/components/J40Map.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/components/J40Map.tsx b/client/src/components/J40Map.tsx index e4fba0dd..17480924 100644 --- a/client/src/components/J40Map.tsx +++ b/client/src/components/J40Map.tsx @@ -352,9 +352,8 @@ const J40Map = ({location}: IJ40Interface) => { * * to ensure the production build works and that MapSearch and the map (ReactMapGL) render correctly. * - * Any component declrations outside the component may be susceptible to this bug. + * Any component declarations outside the component may be susceptible to this bug. */} - {/* */} {/** * The ReactMapGL component's props are grouped by the API's documentation. The component also has