We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a1768 commit b0bb13aCopy full SHA for b0bb13a
app/[locale]/[state]/analytics/components/filter-component.tsx
@@ -151,11 +151,7 @@ export function FilterComp({
151
options:
152
revenueGeographiesData?.data?.getDistrictRevCircle?.[regionName]?.map(
153
(circle: { code: string; [key: string]: string }) => ({
154
- label: circle['REVENUE CIRCLE']
155
- ? circle['REVENUE CIRCLE']
156
- : circle['TEHSIL']
157
- ? circle['TEHSIL']
158
- : circle['BLOCK'],
+ label: circle[currentSelectedState.child_type],
159
value: circle.code,
160
})
161
) || [],
0 commit comments