summaryrefslogtreecommitdiff
path: root/src/webex/pages/popup.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/pages/popup.tsx')
-rw-r--r--src/webex/pages/popup.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx
index 17880db58..f4a2bf568 100644
--- a/src/webex/pages/popup.tsx
+++ b/src/webex/pages/popup.tsx
@@ -35,7 +35,6 @@ import {
abbrev,
renderAmount,
PageLink,
- registerMountPage,
} from "../renderHtml";
import * as wxApi from "../wxApi";
@@ -807,7 +806,7 @@ function WalletPopup() {
);
}
-registerMountPage(() => {
+export function createPopup() {
chrome.runtime.connect({ name: "popup" });
return <WalletPopup />;
-});
+} \ No newline at end of file