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

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