update printer
This commit is contained in:
@@ -59,8 +59,6 @@ class HomeRightTitle extends StatelessWidget {
|
||||
: (state.table?.tableName ?? '-'),
|
||||
Icons.table_restaurant_outlined,
|
||||
() {
|
||||
if (state.table != null) return;
|
||||
|
||||
context.router.navigate(
|
||||
const MainRoute(children: [TableRoute()]),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user