From cd9a34cbb5ca8fb1c61aeda50517de60cc829e29 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 4 May 2020 17:41:22 +0530 Subject: make wallet notifications work again --- src/webex/pages/popup.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/webex/pages/popup.tsx') diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx index 7da8056d0..a6c4651df 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -896,6 +896,5 @@ function WalletPopup(): JSX.Element { } export function createPopup(): JSX.Element { - //chrome.runtime.connect({ name: "popup" }); return ; } -- cgit v1.2.3