diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue
index 16ef6863..5b9c6562 100644
--- a/resources/assets/js/pages/home.vue
+++ b/resources/assets/js/pages/home.vue
@@ -291,11 +291,10 @@
{ BookingStatus(scope.row.status, scope.row.id, scope.row.term) }"> {{ scope.row.id }}
- -->
-
+ -->
+
-
+
@@ -322,12 +321,10 @@
Cancel
-->
-
-
-
-
-
+
+
+
@@ -350,11 +347,10 @@
{ BookingStatus(scope.row.status, scope.row.id) }"> {{ scope.row.id }}
- -->
-
+ -->
+
-
+
@@ -534,7 +530,6 @@ export default {
this.getBooking();
this.initBooking();
this.getRate();
- this.cancelBooking();
this.getBookingTableComplete();
},
methods: {