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>
|
||||
</div>
|
||||
<discussion-comment
|
||||
class="border rounded-md p-2 mt-4"
|
||||
v-for="comment in discussion.comments.elements"
|
||||
:key="comment.id"
|
||||
:model-value="comment"
|
||||
|
|
Loading…
Reference in New Issue