fix: remove unwanted semicolons

This commit is contained in:
Dunqing 2023-04-20 16:03:22 +08:00
parent 4b91b2575a
commit 8352f1a7a3

View File

@ -16,7 +16,7 @@ export const Pagination = observer((props: any) => {
return (
<div onKeyPress={onKeypress}>
<AntdPagination {...others} />;
<AntdPagination {...others} />
</div>
);
});