fix nav after delete
This commit is contained in:
parent
8b44125c01
commit
2b06766ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ class _MihCardsState extends State<MihCards> {
|
||||||
return BuildLoyaltyCardList(
|
return BuildLoyaltyCardList(
|
||||||
cardList: searchShopName.value,
|
cardList: searchShopName.value,
|
||||||
signedInUser: widget.signedInUser,
|
signedInUser: widget.signedInUser,
|
||||||
navIndex: 1,
|
navIndex: 0,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue