From 8352f1a7a36b6f1a5fd38b7c412b124b51a80510 Mon Sep 17 00:00:00 2001 From: Dunqing Date: Thu, 20 Apr 2023 16:03:22 +0800 Subject: [PATCH] fix: remove unwanted semicolons --- .../core/client/src/schema-component/antd/pagination/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/schema-component/antd/pagination/index.tsx b/packages/core/client/src/schema-component/antd/pagination/index.tsx index 6344e9a70..e0e5c6e76 100644 --- a/packages/core/client/src/schema-component/antd/pagination/index.tsx +++ b/packages/core/client/src/schema-component/antd/pagination/index.tsx @@ -16,7 +16,7 @@ export const Pagination = observer((props: any) => { return (
- ; +
); });