fix three day streak bug with incorrect variable (#370)
This commit is contained in:
committed by
GitHub
parent
2525805aac
commit
a9939a1b5e
@@ -19,7 +19,7 @@ function recordModalClosing(metadataModel, celebrations, org, courseId, dispatch
|
||||
modelType: metadataModel,
|
||||
model: {
|
||||
id: courseId,
|
||||
celebrations: { ...celebrations, shouldCelebrateStreak: false },
|
||||
celebrations: { ...celebrations, streakLengthToCelebrate: null },
|
||||
},
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user