mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix specs, Fix lint, Fix tests
This commit is contained in:
parent
a9161f4cee
commit
9ae9cdacad
@ -24,7 +24,7 @@
|
|||||||
<!-- TODO: replace editor content with tiptap render view -->
|
<!-- TODO: replace editor content with tiptap render view -->
|
||||||
<ds-space margin-bottom="small" />
|
<ds-space margin-bottom="small" />
|
||||||
<div v-if="!isActive" v-html="comment.contentExcerpt" style="padding-left: 40px;" />
|
<div v-if="!isActive" v-html="comment.contentExcerpt" style="padding-left: 40px;" />
|
||||||
<div v-show="comment.content.length !== comment.contentExcerpt.length">
|
<div v-show="comment.content !== comment.contentExcerpt">
|
||||||
<span
|
<span
|
||||||
v-if="!isActive"
|
v-if="!isActive"
|
||||||
style="padding-left: 40px; color: #17b53f; cursor:pointer"
|
style="padding-left: 40px; color: #17b53f; cursor:pointer"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user