From 7c169eae4cd058dc08bcb6284573777fd6ddc033 Mon Sep 17 00:00:00 2001 From: tengtaox Date: Sat, 3 Aug 2024 10:26:48 +0800 Subject: [PATCH] fix: modify format --- web/src/CertListPage.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/web/src/CertListPage.js b/web/src/CertListPage.js index 29db8cb..4bb9f4f 100644 --- a/web/src/CertListPage.js +++ b/web/src/CertListPage.js @@ -246,8 +246,7 @@ class CertListPage extends BaseListPage { render: (text, record, index) => { return (
- (
{i18next.t("general:Certs")}     @@ -282,7 +276,6 @@ class CertListPage extends BaseListPage { loading={this.state.loading} onChange={this.handleTableChange} /> -
); }