Skip to content

Commit b1bd61e

Browse files
committed
Remove comment of CSV data
1 parent e3c3867 commit b1bd61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ function addChoropleth() {
20542054
const lgaCountsNormalized = {};
20552055

20562056
filteredData.forEach(row => {
2057-
// Use pre-computed LGA from CSV
2057+
// Use pre-computed LGA
20582058
const lga = row['LGA'];
20592059

20602060
if (lga && lga.trim()) {

0 commit comments

Comments
 (0)