Skip to content

Commit

Permalink
include mcfd content if yourself is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-aot committed Sep 20, 2024
1 parent 0732e04 commit 0a56dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/emailLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function EmailLayout() {
);
}

if(data.requestData.selectAbout.yourself && !data.requestData.selectAbout.child && !data.requestData.selectAbout.another)
if(data.requestData.selectAbout.yourself)
{
content += this.requesttopic(data.requestData.selectedtopics,data.requestData.requestType.adoption,
data.requestData.requestType.childprotectionchild,data.requestData.requestType.childprotectionparent,
Expand Down

0 comments on commit 0a56dd0

Please sign in to comment.