diff --git a/src/views/Video/index.js b/src/views/Video/index.js index 3a49c2f..e0520ed 100644 --- a/src/views/Video/index.js +++ b/src/views/Video/index.js @@ -16,7 +16,6 @@ import Table from "./components/Desktop/Table"; import Comments from "../../components/Comments"; import Loading from "../../components/Loading"; - //assets import tickIcon from "../../components/ProductStatusCard/tick-circle.svg"; import arrow from "../../assets/icons/dropdown-blue.svg"; @@ -41,11 +40,11 @@ function Video({ return isMobile ? (
- {(!book) && ( -
- -
- )} + {!book && ( +
+ +
+ )}
- + {"دوره ویدئویی" + " " + book?.product[2]?.name} @@ -153,7 +152,7 @@ function Video({
-

+

{"دوره ویدئویی" + " " + book?.product[2]?.name}

@@ -171,9 +170,7 @@ function Video({
-

{`توصیه خرید توسط ${ - book?.product[2]?.suggestedCounter - } نفر`}

+

{`توصیه خرید توسط ${book?.product[2]?.suggestedCounter} نفر`}

diff --git a/src/views/VideoDisplay/components/Season.js b/src/views/VideoDisplay/components/Season.js index 3df7a76..ae1c82e 100644 --- a/src/views/VideoDisplay/components/Season.js +++ b/src/views/VideoDisplay/components/Season.js @@ -37,10 +37,11 @@ const Season = ({ season }) => { return (
- {season.units.map((unit, index) => ( ))} diff --git a/src/views/Videos/components/VerticalGradeFilter.js b/src/views/Videos/components/VerticalGradeFilter.js index 7b806b1..be6d24d 100644 --- a/src/views/Videos/components/VerticalGradeFilter.js +++ b/src/views/Videos/components/VerticalGradeFilter.js @@ -6,7 +6,9 @@ const VerticalGradeFilter = ({ grades }) => { const Grade = ({ grade }) => { return ( ); };