@@ -123,22 +123,22 @@ export function useFacetSelection(queryParam = 'facets') {
123123 chartable_scatter : false ,
124124 } ,
125125 githubStars : {
126- label : t ( `compare.facets.items.github_stars .label` ) ,
127- description : t ( `compare.facets.items.github_stars .description` ) ,
126+ label : t ( `compare.facets.items.githubStars .label` ) ,
127+ description : t ( `compare.facets.items.githubStars .description` ) ,
128128 chartable : true ,
129129 chartable_scatter : true ,
130130 formatter : v => compactNumberFormatter . value . format ( v ) ,
131131 } ,
132132 githubIssues : {
133- label : t ( `compare.facets.items.github_issues .label` ) ,
134- description : t ( `compare.facets.items.github_issues .description` ) ,
133+ label : t ( `compare.facets.items.githubIssues .label` ) ,
134+ description : t ( `compare.facets.items.githubIssues .description` ) ,
135135 chartable : true ,
136136 chartable_scatter : true ,
137137 formatter : v => compactNumberFormatter . value . format ( v ) ,
138138 } ,
139139 createdAt : {
140- label : t ( `compare.facets.items.created_at .label` ) ,
141- description : t ( `compare.facets.items.created_at .description` ) ,
140+ label : t ( `compare.facets.items.createdAt .label` ) ,
141+ description : t ( `compare.facets.items.createdAt .description` ) ,
142142 chartable : false ,
143143 chartable_scatter : false ,
144144 formatter : v => new Date ( v ) . toLocaleDateString ( ) ,
0 commit comments