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?.product[2]?.suggestedCounter - } نفر`}
+{`توصیه خرید توسط ${book?.product[2]?.suggestedCounter} نفر`}