diff --git a/lib/views/dashboard/dashboard_page.dart b/lib/views/dashboard/dashboard_page.dart index 89e53d9..b2b070d 100644 --- a/lib/views/dashboard/dashboard_page.dart +++ b/lib/views/dashboard/dashboard_page.dart @@ -136,6 +136,7 @@ class _DashboardPageState extends State { children: [ "${AppState().currentAppType}".toText(color: MyColors.darkTextColor).onPress(() { print("myId: ${AppState().getUser.data!.userInfo!.userId}"); + print("myId: ${AppState().getUser.data!.userInfo!.customerId}"); // context.read().buildHubConnection(); }), 10.width,