From 1c089cd39e11d8892dfa5486bf8d56aaec244d10 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 28 Oct 2023 01:22:40 +0800 Subject: [PATCH] docs: add defer for website inject code --- src/client/components/WebsiteList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/WebsiteList.tsx b/src/client/components/WebsiteList.tsx index 9b7b26f..d0ba6da 100644 --- a/src/client/components/WebsiteList.tsx +++ b/src/client/components/WebsiteList.tsx @@ -113,7 +113,7 @@ const WebsiteListTable: React.FC<{ workspaceId: string }> = React.memo( { key: 'action', render: (_, record) => { - const trackScript = ``; + const trackScript = ``; return (