You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: src/geo/Geography.jsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ class Geography extends Component {
245
245
}
246
246
247
247
renderTotal(total){
248
-
return<divclassName="AggregationTotal">The filtered data contains <h4>{total}</h4> row{total===1 ? '' : 's'}, each with all 107 public data fields.</div>
248
+
return<divclassName="AggregationTotal">The filtered data contains <h4>{total}</h4> row{total===1 ? '' : 's'}, each with all 99 public data fields.</div>
0 commit comments