fix: remove unwanted semicolons
This commit is contained in:
parent
4b91b2575a
commit
8352f1a7a3
@ -16,7 +16,7 @@ export const Pagination = observer((props: any) => {
|
||||
|
||||
return (
|
||||
<div onKeyPress={onKeypress}>
|
||||
<AntdPagination {...others} />;
|
||||
<AntdPagination {...others} />
|
||||
</div>
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user