diff --git a/js/src/components/Post/PostListItem.vue b/js/src/components/Post/PostListItem.vue index d8d83825d..a2899dc5a 100644 --- a/js/src/components/Post/PostListItem.vue +++ b/js/src/components/Post/PostListItem.vue @@ -9,7 +9,7 @@ style="height: 120px" />
-

{{ post.title }}

+

{{ post.title }}

{{ diff --git a/js/tests/unit/specs/components/Post/__snapshots__/PostListItem.spec.ts.snap b/js/tests/unit/specs/components/Post/__snapshots__/PostListItem.spec.ts.snap index 65ecf28a4..6bbf41328 100644 --- a/js/tests/unit/specs/components/Post/__snapshots__/PostListItem.spec.ts.snap +++ b/js/tests/unit/specs/components/Post/__snapshots__/PostListItem.spec.ts.snap @@ -4,7 +4,7 @@ exports[`PostListItem renders post list item with basic informations 1`] = `

-

My Blog Post

+

My Blog Post

Dec 2, 2020

@@ -16,7 +16,7 @@ exports[`PostListItem renders post list item with publisher name 1`] = `