diff --git a/src/views/Video/index.js b/src/views/Video/index.js
index e0520ed..b97de79 100644
--- a/src/views/Video/index.js
+++ b/src/views/Video/index.js
@@ -110,6 +110,7 @@ function Video({
tabs={[
{
title: "سر فصل ها",
+ shown: true,
components: (
{seasons
@@ -122,16 +123,22 @@ function Video({
},
{
title: "مشخصات",
+ shown: book?.product.filter(
+ (product) => product?.productType === 4
+ )?.properties?.length,
components: (
0 || []
+ book?.product.filter(
+ (product) => product?.productType === 4
+ )?.properties
}
/>
),
},
{
title: "نقد و بررسی",
+ shown: true,
components: (
این بخش فعلا قابل دسترسی نیست.
@@ -140,6 +147,7 @@ function Video({
},
{
title: "پرسش و پاسخ",
+ shown: true,
components: (
این بخش فعلا قابل دسترسی نیست.