From 9290ab94876d614cdea052078006d952854aaaac Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 6 Nov 2021 10:41:51 +0100 Subject: [PATCH] Make PostListItem post title an actual title Signed-off-by: Thomas Citharel --- js/src/components/Post/PostListItem.vue | 2 +- .../components/Post/__snapshots__/PostListItem.spec.ts.snap | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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`] = `