mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 10:54:41 +00:00
+Vue +edited backend
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
</div>
|
||||
<div class="reviews__blocks">
|
||||
<div v-if="offer?.user?.feedback" class="review" v-for="(review, i) in offer.user.feedback" :key="i">
|
||||
<div class="review__avatar">
|
||||
<img src="@/assets/images/forcomment.png" alt="">
|
||||
</div>
|
||||
<!-- <div class="review__avatar">-->
|
||||
<!-- <img src="@/assets/images/forcomment.png" alt="">-->
|
||||
<!-- </div>-->
|
||||
<div class="rewiew__comment">
|
||||
<h5>{{ review.comment }}</h5>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user