Skip to content

Commit

Permalink
Fix differentiated care question not shown on green card (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Makombe <makombe>
  • Loading branch information
makombe authored Aug 2, 2023
1 parent ee3a126 commit 7658463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/ampathforms/HIV_Green_Card.json
Original file line number Diff line number Diff line change
Expand Up @@ -4856,7 +4856,7 @@
]
},
"hide": {
"hideWhenExpression": "stability !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "stability !== 'true'"
}
},
{
Expand All @@ -4875,7 +4875,7 @@
]
},
"hide": {
"hideWhenExpression": "isEmpty(stability) || stability !== '1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "isEmpty(stability) || stability !== 'false'"
}
}
]
Expand Down

0 comments on commit 7658463

Please sign in to comment.