Skip to content

Commit 7b10341

Browse files
committed
Fixed: projects no longer displayed when no project with post exists
1 parent 8a5c089 commit 7b10341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/blog.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ useSeoMetaHelper({
184184
lt-md:w-90vw md:w-80ch
185185
>
186186
<section
187+
v-if="projectsLatestData.length !== 0"
187188
:class="projectsPending ? 'invisible' : 'slide-enter'"
188189
flex flex-col
189190
>

0 commit comments

Comments
 (0)