From e3da008a9ac6d21ee028b94ba5f9c89fcff065a7 Mon Sep 17 00:00:00 2001 From: efrilm Date: Thu, 7 Aug 2025 19:59:54 +0700 Subject: [PATCH] fix: customer ui --- lib/presentation/customer/widgets/customer_title.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/presentation/customer/widgets/customer_title.dart b/lib/presentation/customer/widgets/customer_title.dart index 5a02ed2..a0f9009 100644 --- a/lib/presentation/customer/widgets/customer_title.dart +++ b/lib/presentation/customer/widgets/customer_title.dart @@ -30,11 +30,6 @@ class CustomerTitle extends StatelessWidget { child: Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ - IconButton( - onPressed: () => context.pop(), - icon: Icon(Icons.arrow_back, color: AppColors.black), - ), - SpaceWidth(16), Expanded( child: Text( title,