mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
fix: remove unwanted semicolons
This commit is contained in:
parent
4b91b2575a
commit
8352f1a7a3
@ -16,7 +16,7 @@ export const Pagination = observer((props: any) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div onKeyPress={onKeypress}>
|
<div onKeyPress={onKeypress}>
|
||||||
<AntdPagination {...others} />;
|
<AntdPagination {...others} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user