From 245e07b0f6c2730fc6f7caee6744b210637092f3 Mon Sep 17 00:00:00 2001 From: langehm <38280183+langehm@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:57:01 +0100 Subject: [PATCH] :bug: 295 bug revert this line (#296) * :rewind: reverted line #295 * improved example #295 --- src/components/Comment/MucCommentText.stories.ts | 2 +- src/components/Comment/MucCommentText.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Comment/MucCommentText.stories.ts b/src/components/Comment/MucCommentText.stories.ts index 64733758..c004863d 100644 --- a/src/components/Comment/MucCommentText.stories.ts +++ b/src/components/Comment/MucCommentText.stories.ts @@ -32,7 +32,7 @@ export const Slider = { ...Default.args, rating: 2.3, author: "", - headline: "I am invisible", + headline: "I dont have an author", variant: "slider", }, }; diff --git a/src/components/Comment/MucCommentText.vue b/src/components/Comment/MucCommentText.vue index 9d36b0a8..32cf26ef 100644 --- a/src/components/Comment/MucCommentText.vue +++ b/src/components/Comment/MucCommentText.vue @@ -8,7 +8,7 @@ v-slot:initials >{{ computedInitials }} - +