[+] Display comments users

This commit is contained in:
Hykilpikonna
2020-05-08 20:04:12 -04:00
parent f5c63aa958
commit 5422c1c45f
@@ -47,7 +47,12 @@
</div>
<div class="comments">
TODO: Comment section still in development... coming soon!
<LoadingSpinner v-if="detailsComments == null"/>
<div class="comment" v-else v-for="comment of detailsComments">
<div class="user">
{{comment.firstName}} {{comment.lastName}}:
</div>
</div>
</div>
</el-dialog>
</div>