Skip to content

Commit

Permalink
Build error
Browse files Browse the repository at this point in the history
  • Loading branch information
datajohnson committed Aug 22, 2024
1 parent c106cba commit 8d51ecc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
return this.viableParticipants.filter((p) => p.SENT_DATE && !p.RESENT_DATE);
},
selectedSurvey() {
if (this.survey) {
if (this.survey && this.surveys) {
return this.surveys.find((s) => s.SID == this.survey);
}
Expand Down

0 comments on commit 8d51ecc

Please sign in to comment.