<ServiceBlock isLoading={TopTv.isFetching}>
<MediaList movieListTitle={'Топ сериалы'} movieList={TopTv} typeList='tv'/>
</ServiceBlock>
<ServiceBlock isLoading={TopTv.isFetching}>
<div className="movies-content">
<MediaList movieListTitle={'Топ сериалы'} movieList={TopTv} typeList='tv'/>
{TopTv.data.total_pages > 1 ?
<div className="pager-btns clearfix">
</div> : null}
</div>
</ServiceBlock>
onEnter
Callback fired before the "entering" status is applied. An extra parameter isAppearing is supplied to indicate if the enter stage is occurring on the initial mount