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

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}
>