summaryrefslogtreecommitdiff
path: root/src/webex/pages
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-04 17:41:22 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-04 17:41:22 +0530
commitcd9a34cbb5ca8fb1c61aeda50517de60cc829e29 (patch)
tree4034f5e9eddaee12ee526f55298dbddfc97c8be3 /src/webex/pages
parent42b6c58db80b78efd62140e0752881090498dcc1 (diff)
downloadwallet-core-cd9a34cbb5ca8fb1c61aeda50517de60cc829e29.tar.gz
wallet-core-cd9a34cbb5ca8fb1c61aeda50517de60cc829e29.tar.bz2
wallet-core-cd9a34cbb5ca8fb1c61aeda50517de60cc829e29.zip
make wallet notifications work again
Diffstat (limited to 'src/webex/pages')
-rw-r--r--src/webex/pages/popup.tsx1
1 files changed, 0 insertions, 1 deletions
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 <WalletPopup />;
}