From 5381e89f680fee5e6f4257fbab8984a6913a269c Mon Sep 17 00:00:00 2001 From: NaiJi Date: Tue, 27 Dec 2022 10:26:13 +0400 Subject: [PATCH] fix: Remove ontap for courier item --- lib/ui/courier.dart | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/ui/courier.dart b/lib/ui/courier.dart index 001075e..9bbbcde 100644 --- a/lib/ui/courier.dart +++ b/lib/ui/courier.dart @@ -9,13 +9,6 @@ class _Courier extends StatelessWidget { @override Widget build(final BuildContext context) => InkWell( - onTap: () { - Navigator.of(context).push( - MaterialPageRoute( - builder: (final BuildContext context) => CouriersDetails(), - ), - ); - }, child: Container( padding: const EdgeInsets.symmetric(horizontal: 15), height: 48,