Merge remote-tracking branch 'upstream/develop' into recipe_description

This commit is contained in:
smilerz
2021-03-18 15:33:50 -05:00
126 changed files with 8261 additions and 5838 deletions

View File

@ -122,7 +122,7 @@
<PdfViewer :recipe="recipe"></PdfViewer>
</div>
<div
v-if="recipe.file_path.includes('.png') || recipe.file_path.includes('.jpg') || recipe.file_path.includes('.jpeg')">
v-if="recipe.file_path.includes('.png') || recipe.file_path.includes('.jpg') || recipe.file_path.includes('.jpeg') || recipe.file_path.includes('.gif')">
<ImageViewer :recipe="recipe"></ImageViewer>
</div>
</template>