update printer

This commit is contained in:
Efril
2026-05-25 23:33:49 +07:00
parent 6d9377f4ab
commit c45848bcf2
6 changed files with 169 additions and 151 deletions
@@ -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()]),
);