cleared console problems

This commit is contained in:
amirrezaghabeli
2025-09-16 08:36:03 +03:30
parent b6a3598cbf
commit c421f85c95
67 changed files with 236 additions and 196 deletions
@@ -105,7 +105,7 @@ class _TenderDetailDesktopPageState extends State<TenderDetailDesktopPage> {
return Column(
children: [
DesktopNavigationWidget(
const DesktopNavigationWidget(
currentIndex: 1, // Home index
),
Expanded(
@@ -94,7 +94,7 @@ class _TenderDetailTabletPageState extends State<TenderDetailTabletPage> {
key: key,
),
drawer: TabletNavigationWidget(
drawer: const TabletNavigationWidget(
currentIndex: 1, // Home is index 0
),
body: Consumer<TenderDetailViewModel>(