fixed missing description in recipe viewer

This commit is contained in:
vabene1111
2025-04-11 14:47:22 +02:00
parent 88f2177e9b
commit f23d4a4188

View File

@@ -29,6 +29,9 @@
</span> </span>
<recipe-context-menu :recipe="recipe"></recipe-context-menu> <recipe-context-menu :recipe="recipe"></recipe-context-menu>
</v-sheet> </v-sheet>
<v-sheet class="ps-2 text-disabled">
{{ recipe.description }}
</v-sheet>
</v-card> </v-card>
</v-card> </v-card>