Eliminate dead code
This commit is contained in:
parent
db64f40708
commit
482678b44f
@ -507,22 +507,12 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
|||||||
title: "Total number of likes",
|
title: "Total number of likes",
|
||||||
example: 100,
|
example: 100,
|
||||||
tooltip: "People who like the building and think it contributes to the city.",
|
tooltip: "People who like the building and think it contributes to the city.",
|
||||||
aggregationDescriptions: {
|
|
||||||
zero: "like this building",
|
|
||||||
one: "likes this building",
|
|
||||||
many: "like this building"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
community_local_significance_total: {
|
community_local_significance_total: {
|
||||||
category: Category.Community,
|
category: Category.Community,
|
||||||
title: "People who think the building should be recorded as one of local significance",
|
title: "People who think the building should be recorded as one of local significance",
|
||||||
example: 100,
|
example: 100,
|
||||||
aggregationDescriptions: {
|
|
||||||
zero: "think this building should be classified as a locally listed heritage asset",
|
|
||||||
one: "thinks this building should be classified as a locally listed heritage asset",
|
|
||||||
many: "think this building should be classified as a locally listed heritage asset"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
community_activities: {
|
community_activities: {
|
||||||
|
Loading…
Reference in New Issue
Block a user