Skip to content

Commit

Permalink
Add missing units for Small Farm
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland committed Dec 6, 2023
1 parent bfa92e6 commit c8579dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/codapMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const attrToCODAPColumnName: IAttrToCodapColumn = {
},
"ECONOMIC CLASS: (1,000 TO 9,999 $)": {
"attributeNameInCodapTable": "Small Farm ($1,000 - $9,999)",
"unitInCodapTable": ""
"unitInCodapTable": "# of Farms"
},
"ECONOMIC CLASS: (10,000 TO 99,999 $)": {
"attributeNameInCodapTable": "Small Medium Farm ($10,000 - $99,000)",
Expand Down

0 comments on commit c8579dd

Please sign in to comment.