From c74717cd6d233570527337e2a6e0d32be54eb1ae Mon Sep 17 00:00:00 2001 From: h3llrais3r Date: Fri, 16 Dec 2022 09:29:29 +0100 Subject: [PATCH] Use react fragment instead of div --- src/components/common/Pagination.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/Pagination.tsx b/src/components/common/Pagination.tsx index b20e510bb8..287b218d69 100644 --- a/src/components/common/Pagination.tsx +++ b/src/components/common/Pagination.tsx @@ -74,7 +74,7 @@ const Pagination: FC = ({ viewQuerySettings, setViewQuerySettin {globalize.translate('ListPaging', (totalRecordCount ? startIndex + 1 : 0), recordsEnd || totalRecordCount, totalRecordCount)} {showControls && ( -
+ <> = ({ viewQuerySettings, setViewQuerySettin className='btnNextPage autoSize' icon='material-icons arrow_forward' /> -
+ )}