diff --git a/src/components/post/Comment.vue b/src/components/post/Comment.vue index 9068513e..3ee41538 100644 --- a/src/components/post/Comment.vue +++ b/src/components/post/Comment.vue @@ -66,7 +66,7 @@ -
+
{{ content }}
diff --git a/src/pages/post/_post.vue b/src/pages/post/_post.vue index bcd48556..d70a2902 100644 --- a/src/pages/post/_post.vue +++ b/src/pages/post/_post.vue @@ -323,10 +323,11 @@ :authorBio="author ? author.bio : ``" :isFollowed="userIsFollowed" :toggleFriend="toggleFriend" + :class="showPaywall ? `mb-10` : ``" /> -