mirror of
https://github.com/ArenMg/aren.git
synced 2024-11-13 04:00:53 +00:00
Merge branch 'main' of https://github.com/Arimihanta/aren-1
This commit is contained in:
commit
3b5df13a29
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@
|
|||
</button>
|
||||
|
||||
<button
|
||||
v-if="$root.user.is('ADMIN') || $root.user.is('MODO')"
|
||||
v-if="
|
||||
($root.user.is('ADMIN') || $root.user.is('MODO')) &&
|
||||
comment.comments.length < 1
|
||||
"
|
||||
title="Supprimer le commentaire"
|
||||
@click="deleteComment(comment.id)"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue