Adding some better comments

This commit is contained in:
Vim USDS 2022-07-27 16:45:15 -07:00
parent c53b2c1d44
commit 96f6536b24
2 changed files with 3 additions and 2 deletions

View file

@ -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) => {

View file

@ -331,7 +331,7 @@ const J40Map = ({location}: IJ40Interface) => {
<Grid desktop={{col: 9}} className={styles.j40Map}>
{/**
* 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