Open izoodeh opened 3 years ago
when I click on Arrow from the series it goes to the movies.
arrow series going to movies.
const NextArrow = ({category_id}) => { return ( <Li className="vod" data-id="7" to={/movie/category/${category_id}/}> ) }
/movie/category/${category_id}/
when I click on Arrow from the series it goes to the movies.
arrow series going to movies.
const NextArrow = ({category_id}) => { return ( <Li className="vod" data-id="7" to={
/movie/category/${category_id}/
}> ) }