From 96f6536b244713a6f33264cc97f2ed4c5c30da07 Mon Sep 17 00:00:00 2001 From: Vim USDS Date: Wed, 27 Jul 2022 16:45:15 -0700 Subject: [PATCH] Adding some better comments --- client/src/components/Demographics/Demographics.tsx | 3 ++- client/src/components/J40Map.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/components/Demographics/Demographics.tsx b/client/src/components/Demographics/Demographics.tsx index c98042f6..d2ae18da 100644 --- a/client/src/components/Demographics/Demographics.tsx +++ b/client/src/components/Demographics/Demographics.tsx @@ -31,7 +31,8 @@ const demographicsData:IDemographicsData = { /* * Generate the demographic item based the input - * TODO: Update after actual data is created + * // TODO: Update after actual data is created + * */ const demographicItemGen = (demographicData: any[]) => { return demographicData.map((el, index) => { diff --git a/client/src/components/J40Map.tsx b/client/src/components/J40Map.tsx index c0f10ba3..814c9dd4 100644 --- a/client/src/components/J40Map.tsx +++ b/client/src/components/J40Map.tsx @@ -331,7 +331,7 @@ const J40Map = ({location}: IJ40Interface) => { {/** - * This will render the MapSearch component + * // * This will render the MapSearch component * * Note: * The MapSearch component is no longer wrapped in a div in order to allow this feature