diff --git a/bookie/src/app/sales/home/sales-home.component.ts b/bookie/src/app/sales/home/sales-home.component.ts
index 2ee6940..dafcc57 100644
--- a/bookie/src/app/sales/home/sales-home.component.ts
+++ b/bookie/src/app/sales/home/sales-home.component.ts
@@ -350,7 +350,6 @@ export class SalesHomeComponent {
showChooseTableDialog(canChooseRunning: boolean): Observable
{
return this.dialog
.open(TablesDialogComponent, {
- // width: '750px',
data: {
list: this.tableService.running(),
canChooseRunning,
diff --git a/bookie/src/app/sales/tables-dialog/tables-dialog.component.html b/bookie/src/app/sales/tables-dialog/tables-dialog.component.html
index 0b4628c..bd1dae1 100644
--- a/bookie/src/app/sales/tables-dialog/tables-dialog.component.html
+++ b/bookie/src/app/sales/tables-dialog/tables-dialog.component.html
@@ -1,20 +1,22 @@
Tables
-
-
- {{ table.name }}
- {{ table.guest }}
- {{ table.pax ?? 0 }} / {{ table.seats }} Seats
- {{ table.date }}
- {{ table.amount | currency : 'INR' }}
-
+
+
+
+ {{ table.name }}
+ {{ table.guest }}
+ {{ table.pax ?? 0 }} / {{ table.seats }} Seats
+ {{ table.date }}
+ {{ table.amount | currency : 'INR' }}
+
+