Merge branch 'hotfix/v0.0.4' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into hotfix/v0.0.4

This commit is contained in:
Nikita Gopienko 2020-12-22 14:55:48 +03:00
commit 001fedf87d

View File

@ -133,7 +133,7 @@ const SectionPagingContent = ({
//console.log("SectionPagingContent render", filter);
return filter.total < filter.pageCount ? (
return filter.total < filter.pageCount && filter.total < 26 ? (
<></>
) : (
<Paging