From ccc4bb4495e460e774f3befe5f3a62cee881a044 Mon Sep 17 00:00:00 2001 From: mahdi Date: Tue, 5 Jul 2022 13:13:32 +0430 Subject: [PATCH] | 10 --- src/views/Product/Desktop/index.js | 4 ++-- src/views/Video/index.js | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/Product/Desktop/index.js b/src/views/Product/Desktop/index.js index d44f567..3765af1 100644 --- a/src/views/Product/Desktop/index.js +++ b/src/views/Product/Desktop/index.js @@ -22,9 +22,9 @@ const DesktopProductLayout = () => {
- + {/* */} - + {/* */}
); diff --git a/src/views/Video/index.js b/src/views/Video/index.js index ec5e467..a510fa1 100644 --- a/src/views/Video/index.js +++ b/src/views/Video/index.js @@ -15,6 +15,7 @@ import ProductTab from "../../components/ProductTab"; import Table from "./components/Desktop/Table"; import Comments from "../../components/Comments"; import Loading from "../../components/Loading"; +import Comment from "../Product/Comment"; //assets import tickIcon from "../../components/ProductStatusCard/tick-circle.svg"; @@ -247,7 +248,9 @@ function Video({ - +
+ +
); }