Merge branch 'hotfix/missed-euro-sign'
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
</td>
|
||||
<td class="dates-table__cell dates-table__cell--nights">{{ row.dateNights }}</td>
|
||||
<td class="dates-table__cell dates-table__cell--price">
|
||||
<span class="dates-table__pseudo-price" v-if="row.datePseudoPrice">{{ row.datePseudoPrice }}</span>
|
||||
<span class="dates-table__pseudo-price" v-if="row.datePseudoPrice">{{ row.datePseudoPrice }} €</span>
|
||||
<strong>{{ calculatePrice(row) }} €</strong>
|
||||
</td>
|
||||
<td class="dates-table__cell dates-table__cell--icons">
|
||||
|
||||
Reference in New Issue
Block a user