Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit 0012ecb

Browse files
committedAug 27, 2019
correct publica data field count
1 parent c15120f commit 0012ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/geo/Geography.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class Geography extends Component {
245245
}
246246

247247
renderTotal(total){
248-
return <div className="AggregationTotal">The filtered data contains <h4>{total}</h4> row{total === 1 ? '' : 's'}, each with all 107 public data fields.</div>
248+
return <div className="AggregationTotal">The filtered data contains <h4>{total}</h4> row{total === 1 ? '' : 's'}, each with all 99 public data fields.</div>
249249
}
250250

251251
showAggregations(details, variableOrder){

0 commit comments

Comments
 (0)
This repository has been archived.