We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996c2bc commit bdff0dfCopy full SHA for bdff0df
code/solutions/21_2_comment_field_resets.js
@@ -56,7 +56,7 @@ class SkillShareApp {
56
57
for (let talk of state.talks) {
58
let cmp = this.talkMap[talk.title];
59
- if (cmp && cmp.talk.author == talk.author &&
+ if (cmp && cmp.talk.presenter == talk.presenter &&
60
cmp.talk.summary == talk.summary) {
61
cmp.syncState(talk);
62
} else {
0 commit comments