File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616 < span class ="icon-bar "> </ span >
1717 </ button >
1818 < a class ="navbar-brand " href ="{{ site.baseurl }}/ "
19- > Housing Insights (Updated: 04/19 /2024)</ a
19+ > Housing Insights (Updated: 09/17 /2024)</ a
2020 >
2121 </ div >
2222 < div id ="navbar " class ="navbar-collapse collapse ">
Original file line number Diff line number Diff line change @@ -571,6 +571,9 @@ var projectView = {
571571 topaTable . append ( "No TOPA outcome recorded for this project" ) ;
572572 } else {
573573 const outcome = full_project_data . topa_outcomes [ 0 ] ;
574+ const topaNoticeDate = outcome . u_notice_date ;
575+ console . log ( outcome ) ;
576+ d3 . select ( "#topa-outcome-date" ) . text ( topaNoticeDate ) ;
574577 const mapBooleanToString = ( value ) => {
575578 if ( value ) {
576579 return "Yes" ;
Original file line number Diff line number Diff line change 22 < div id ="topa-outcome-icon " class ="col-sm-2 "> </ div >
33
44 < div class ="col-sm-10 ">
5+ < h3 > TOPA Notice Date: < span id ="topa-outcome-date "> </ span > </ h3 >
56 < div id ="topa-outcome-table " class ="project-data-table "> </ div >
67 </ div >
78</ div >
You can’t perform that action at this time.
0 commit comments