clg rm
This commit is contained in:
parent
636e5d08bc
commit
ba0815cb8d
|
|
@ -9,7 +9,6 @@ interface IProps {
|
||||||
}
|
}
|
||||||
|
|
||||||
const Pagination = ({ pages, activePage, setActivePage }: IProps) => {
|
const Pagination = ({ pages, activePage, setActivePage }: IProps) => {
|
||||||
// console.log(pages, activePage + 1);
|
|
||||||
const handleOnClick = (page: number) => {
|
const handleOnClick = (page: number) => {
|
||||||
setActivePage(page);
|
setActivePage(page);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue