fix: export static fixed
This commit is contained in:
@@ -157,12 +157,12 @@ export default function UsersPage() {
|
||||
// Filter available products (show ALL products, don't filter out ones user already has)
|
||||
const availableProducts = products;
|
||||
|
||||
console.log('Current state:', {
|
||||
selectedPackage,
|
||||
productsCount: products.length,
|
||||
userProductsCount: user?.products?.length,
|
||||
availableProductsCount: availableProducts.length
|
||||
});
|
||||
// console.log('Current state:', {
|
||||
// selectedPackage,
|
||||
// productsCount: products.length,
|
||||
// userProductsCount: user?.products?.length,
|
||||
// availableProductsCount: availableProducts.length
|
||||
// });
|
||||
|
||||
return (
|
||||
<div className="p-6">
|
||||
|
||||
Reference in New Issue
Block a user