Fix layout issue in VocabLessonView by closing a div tag for improved rendering of exercise details

This commit is contained in:
Torsten Schulz (local)
2026-01-19 19:15:36 +01:00
parent 8f55f63f77
commit 1413630f11

View File

@@ -155,6 +155,7 @@
<p>Übungstyp: {{ getExerciseType(exercise) }}</p>
<pre>{{ JSON.stringify(exercise, null, 2) }}</pre>
</div>
</div>
</div>
<div v-else>
<p>{{ $t('socialnetwork.vocab.courses.noExercises') }}</p>