fixed jira tm-172 and pagination dialog design changed
This commit is contained in:
@@ -75,9 +75,10 @@ class DesktopNavigationWidget extends StatelessWidget {
|
||||
text: TendersStrings.tendersTitle,
|
||||
isActive: currentIndex == 1,
|
||||
onTap: () {
|
||||
if (currentIndex == 1) {
|
||||
return;
|
||||
} else {
|
||||
// if (currentIndex == 1) {
|
||||
// return;
|
||||
// } else
|
||||
{
|
||||
Router.neglect(
|
||||
context,
|
||||
() => const TendersRouteData().go(context),
|
||||
|
||||
Reference in New Issue
Block a user