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