Skip to content

Commit

Permalink
fix: fix prop name (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
connoratrug authored Jan 13, 2022
1 parent 9a8b294 commit 9135996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/catalogue/src/views/cohorts/Subcohort.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default {
},
{
label: "Other inclusion criteria",
value: this.subcohort.numberOfParticipants,
value: this.subcohort.inclusionCriteria,
},
];
},
Expand Down

0 comments on commit 9135996

Please sign in to comment.