fix(front): remove extra classes on comment that are not needed
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c2055d92ae
commit
a9b977540b
|
@ -98,7 +98,6 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<discussion-comment
|
<discussion-comment
|
||||||
class="border rounded-md p-2 mt-4"
|
|
||||||
v-for="comment in discussion.comments.elements"
|
v-for="comment in discussion.comments.elements"
|
||||||
:key="comment.id"
|
:key="comment.id"
|
||||||
:model-value="comment"
|
:model-value="comment"
|
||||||
|
|
Loading…
Reference in a new issue