Skip to content

Commit

Permalink
Add public flag to facility (ohcnetwork#9759)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhish authored and AdityaJ2305 committed Jan 5, 2025
1 parent 15790e9 commit dd7109a
Show file tree
Hide file tree
Showing 14 changed files with 304 additions and 160 deletions.
2 changes: 1 addition & 1 deletion public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"SYSTEM__govt_org_type__district": "District",
"SYSTEM__govt_org_type__grama_panchayat": "Grama Panchayat",
"SYSTEM__govt_org_type__local_body": "Local Body",
"SYSTEM__govt_org_type__muncipality": "Muncipality",
"SYSTEM__govt_org_type__municipality": "Municipality",
"SYSTEM__govt_org_type__state": "State",
"SYSTEM__govt_org_type__ward": "Ward",
"SYSTEM__org_type__default": "Organization",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export default function QuestionnaireResponsesList({ encounter }: Props) {
// New structured response rendering
Object.entries(item.structured_responses).map(
([type, response]) => {
console.log("LOGGG", type, response);
return (
<StructuredResponseView
key={response.id}
Expand Down
Loading

0 comments on commit dd7109a

Please sign in to comment.