update loaing
This commit is contained in:
@@ -201,7 +201,7 @@ class FavoritesPage extends ConsumerWidget {
|
||||
return ProductCard(productId: productId);
|
||||
},
|
||||
),
|
||||
loading: () => CircularProgressIndicator(),
|
||||
loading: () => const CustomLoadingIndicator(),
|
||||
error: (error, stack) => Text('Error: $error'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user