diff --git a/frontend/src/items/SwitchTab.vue b/frontend/src/items/SwitchTab.vue
index e5ec918..d1298be 100644
--- a/frontend/src/items/SwitchTab.vue
+++ b/frontend/src/items/SwitchTab.vue
@@ -8,6 +8,7 @@ const props = defineProps<{
tab1Label?: string;
tab2Click?: (event: MouseEvent) => void;
tab2Label?: string;
+ tab1Lecture?: number;
}>();
@@ -22,7 +23,7 @@ const props = defineProps<{