Update src/components/common/PaginationCommon/PaginationCommon.tsx

Co-authored-by: lytrankieio123 <76729908+lytrankieio123@users.noreply.github.com>
This commit is contained in:
datnguyenkieio 2021-09-08 09:30:09 +07:00 committed by GitHub
parent c248eb6c0e
commit 3cee1de79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ const PaginationCommon = ({
})}
<div
className={classNames(s.item, {
[`${s.disable}`]: currentPage >= pageNum - 1,
[s.disable]: currentPage >= pageNum - 1,
})}
onClick={onNextClick}
>