diff --git a/src/components/Resources/index.jsx b/src/components/Resources/index.jsx index 50c52f0..54df7c4 100644 --- a/src/components/Resources/index.jsx +++ b/src/components/Resources/index.jsx @@ -13,7 +13,8 @@ import HiddenProductsTab from "./HiddenProductsTab"; import OnSaleTab from "./OnSaleTab"; import OwnTab from "./OwnTab"; -export default function Resources() { +export default function Resources(props) { + console.log('RESOURCES=>',props); const onSaleProducts = marketPlace.data; const CreatedSell = marketPlace.data; const CreatedBits = products.datas;