Skip to content

Commit

Permalink
wip: Provide a new TimeLine component #909
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 26, 2024
1 parent 65772ad commit 97b33da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/client/components/collection/KTimeLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@
:is="bodyRendererComponent"
v-bind="bodyRenderer"
/>
<div v-else>
{{ getBody(item) }}
</div>
<div v-else v-html="getBody(item)" />
</div>
</q-timeline-entry>
</template>
Expand Down

0 comments on commit 97b33da

Please sign in to comment.