Youtube video
This commit is contained in:
@@ -14,6 +14,7 @@ import OnSaleTab from "./OnSaleTab";
|
||||
import OwnTab from "./OwnTab";
|
||||
|
||||
import BlogTab from "./BlogTab";
|
||||
import VideoYouTube from "./VideoYouTube";
|
||||
|
||||
import usersService from "../../services/UsersService";
|
||||
|
||||
@@ -110,6 +111,8 @@ export default function Resources() {
|
||||
<div className="tab-cotainer w-full mb-10">
|
||||
{tab === "blog" ? (
|
||||
<BlogTab products={onSaleProducts} resources={userResources} />
|
||||
) : tab === "youtube" ? (
|
||||
<VideoYouTube products={onSaleProducts} resources={userResources} />
|
||||
) : tab === "owned" ? (
|
||||
<OwnTab products={ownProducts} />
|
||||
) : tab === "created" ? (
|
||||
|
||||
Reference in New Issue
Block a user