mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Adding some better comments
This commit is contained in:
parent
c53b2c1d44
commit
96f6536b24
2 changed files with 3 additions and 2 deletions
|
@ -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) => {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue