This commit is contained in:
hay-kot 2021-04-28 18:59:07 -08:00
commit b5c9d71e7d

View file

@ -34,7 +34,7 @@
<Ingredients :value="ingredients" :edit="false" /> <Ingredients :value="ingredients" :edit="false" />
<div v-if="medium"> <div v-if="medium">
<v-card class="mt-2" v-if="categories.length > 0" <v-card class="mt-2" v-if="categories.length > 0"
>> >
<v-card-title class="py-2"> <v-card-title class="py-2">
{{ $t("recipe.categories") }} {{ $t("recipe.categories") }}
</v-card-title> </v-card-title>