Skip to content

Commit e8e5303

Browse files
committed
fix: fix
1 parent 5b28c84 commit e8e5303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pagination.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const Pagination: React.FC<PaginationProps> = (props) => {
326326
return null;
327327
}
328328

329-
const pagerList: React.ReactElement<PagerProps>[] = [];
329+
const pagerList: React.ReactElement[] = [];
330330

331331
const pagerProps: PagerProps = {
332332
rootPrefixCls: prefixCls,

0 commit comments

Comments
 (0)