mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 23:43:58 +00:00
remove filters from customer profile bookings
This commit is contained in:
+2
-2
@@ -87,8 +87,8 @@
|
||||
<div class="col">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<booking-component v-for="booking in filteredBookings" v-bind:key="booking.id" v-if="" :data="booking"></booking-component>
|
||||
<div class="row align-items-center justify-content-center p-t-50 p-b-50" v-show="!filteredBookings.length">
|
||||
<booking-component v-for="booking in company.bookings" v-bind:key="booking.id" v-if="" :data="booking"></booking-component>
|
||||
<div class="row align-items-center justify-content-center p-t-50 p-b-50" v-show="!company.bookings.length">
|
||||
<div class="col-10">
|
||||
<div class="row align-items-center justify-content-center hint-text">
|
||||
<div class="col-4 hint-text"><img src="/images/not-found-illustration.png" class="w-100 hint-text"/></div>
|
||||
|
||||
Reference in New Issue
Block a user