fix nav after delete

This commit is contained in:
2025-05-22 11:29:39 +02:00
parent 8b44125c01
commit 2b06766ce9

View File

@@ -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,
); );
}, },
); );