Skip to content

Commit

Permalink
fix(com): Remove the com
Browse files Browse the repository at this point in the history
  • Loading branch information
Maghwyn committed Jun 16, 2023
1 parent 87dc269 commit 4bf4e42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions front-end/src/components/blog/DisplayArticles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
</div>
</div>

<!-- v-if="
<div
v-if="
(filteredItems(tab.id).length < 1 || !filteredItems(tab.id).length) &&
searchQuery.length > 0
" -->
<div
"
class="flex flex-col justify-center items-center h-auto"
>
<h1 class="text-2xl font-bold text-gray-900 dark:text-white">Aucun article trouvé</h1>
Expand Down
7 changes: 7 additions & 0 deletions front-end/src/utils/pdfMake_vfs.ts

Large diffs are not rendered by default.

0 comments on commit 4bf4e42

Please sign in to comment.