fix homepage news, invoice
This commit is contained in:
@@ -131,7 +131,8 @@ class _HomePageState extends ConsumerState<HomePage> {
|
||||
promotions: promotions,
|
||||
onPromotionTap: (promotion) {
|
||||
// Navigate to promotion details
|
||||
context.push('/promotions/${promotion.id}');
|
||||
context.push('/news/${promotion.id}');
|
||||
|
||||
},
|
||||
)
|
||||
: const SizedBox.shrink(),
|
||||
|
||||
Reference in New Issue
Block a user