app/components/base/pagination/pagination.tsx
@@ -7,11 +7,10 @@ IPaginationProps, PageButtonProps, } from './type' import { noop } from 'lodash-es' const defaultState: IPagination = { currentPage: 0, setCurrentPage: noop, setCurrentPage: () => {}, truncableText: '...', truncableClassName: '', pages: [],