Skip to content

Commit

Permalink
DUCE-212 : updated the hardcoded value to dynamic value
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulika-eGov committed Feb 3, 2025
1 parent 742e589 commit 2a6f2c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const getDetailsRow = ({ id, service, complaintType }) => ({
ES_CREATECOMPLAINT_ADDRESS: [
service.address.landmark,
Digit.Utils.getMultiRootTenant() ? `ADMIN_${service.address.locality.code}` : Digit.Utils.locale.getLocalityCode(service.address.locality, service.tenantId),
`TENANT_TENANTS_PG_${service?.tenantId?.toUpperCase?.()?.replace(".", "_")}`,
`TENANT_TENANTS_${service?.tenantId?.toUpperCase?.()?.replace(".", "_")}`,
service.address.pincode,
],
});
Expand Down

0 comments on commit 2a6f2c5

Please sign in to comment.