Skip to content

Commit e77f5ee

Browse files
committed
Fix Tags
1 parent 6f83206 commit e77f5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/articles/ArticlesLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defineProps<{
2929
</div>
3030

3131
<aside class="right-aside">
32-
<ArticlesTagsFilter :all-tags="tags" />
32+
<ArticlesTagsFilter :tags="tags" />
3333
</aside>
3434
</div>
3535
</main>

0 commit comments

Comments
 (0)