diff --git a/client/src/components/circle/LearningContent.vue b/client/src/components/circle/LearningContent.vue index 8757ef6e..b1b7e8a1 100644 --- a/client/src/components/circle/LearningContent.vue +++ b/client/src/components/circle/LearningContent.vue @@ -40,7 +40,7 @@ const block = computed(() => { type="button" class="btn-blue" data-cy="complete-and-continue" - @click="circleStore.continueFromLearningContent(this.learningContent)" + @click="circleStore.continueFromLearningContent(props.learningContent)" > Abschliessen und weiter