Skip to content

Commit

Permalink
Merge branch 'main' into form-10216
Browse files Browse the repository at this point in the history
  • Loading branch information
wafimohamed authored Dec 26, 2024
2 parents 12a393d + 0e37d14 commit c57c8fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function FacilityPatientSatisfactionScoresWidget(props) {
const facility = props.facility.attributes;

if (
facility?.feedback?.health === undefined ||
Object.values(facility.feedback.health).length === 0 ||
Object.values(facility.feedback.health).some(x => x <= 0)
)
Expand Down

0 comments on commit c57c8fe

Please sign in to comment.