Skip to content

Commit

Permalink
quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Sep 8, 2024
1 parent 76a1c4f commit 6825c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/plan/PlanLessonDisplay.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
let visible = false;
if (filter.active) {
$: if (filter.active) {
lessons = lessons.filter(
(lesson) => !filter.ignoredLessons.includes((lesson.id || 0).toString())
);
Expand Down

0 comments on commit 6825c00

Please sign in to comment.