Skip to content

Commit

Permalink
🐛 295 bug revert this line (#296)
Browse files Browse the repository at this point in the history
* ⏪ reverted line #295

* improved example #295
  • Loading branch information
langehm authored Oct 27, 2024
1 parent 1f50b0e commit 245e07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Comment/MucCommentText.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};
2 changes: 1 addition & 1 deletion src/components/Comment/MucCommentText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
v-slot:initials
>{{ computedInitials }}</template
>
<template v-slot:datePrefix>am</template>
<template v-slot:datePrefix>{{ datePrefix }}</template>
<template v-slot:author>{{ author }}</template>
<template
v-if="!!date"
Expand Down

0 comments on commit 245e07b

Please sign in to comment.