Skip to content
Snippets Groups Projects
Verified Commit bd45ef6a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix typo in LessonInformation

parent 6c9b518a
No related branches found
No related tags found
1 merge request!463Fix typo in LessonInformation
Pipeline #194871 failed
......@@ -143,7 +143,7 @@ export default {
},
// Group teachers by their substitution status (regular, removed)
teachersWithStatus() {
if (this.documentation?.amends?.amends) {
if (!this.documentation?.amends?.amends) {
// Only do grouping if documentation is based on substitution
return this.documentation.teachers;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment