From e201887e57800096e6cc10d4759f6af1fe8ff52a Mon Sep 17 00:00:00 2001 From: Giff Huang Date: Fri, 1 Mar 2024 18:00:29 -0500 Subject: [PATCH] fix --- src/frontend/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/index.tsx b/src/frontend/index.tsx index 1970e9d..0fca333 100644 --- a/src/frontend/index.tsx +++ b/src/frontend/index.tsx @@ -119,8 +119,6 @@ const AppRoot = () => { return { mount: () => { - if (modalContainer) return; - modalContainer = document.createElement('div'); modalContainer.id = 'meta-mask-modal-container';