aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension')
-rw-r--r--packages/taler-wallet-webextension/src/platform/chrome.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/platform/chrome.ts b/packages/taler-wallet-webextension/src/platform/chrome.ts
index a4394be2c..04ecd80cc 100644
--- a/packages/taler-wallet-webextension/src/platform/chrome.ts
+++ b/packages/taler-wallet-webextension/src/platform/chrome.ts
@@ -178,7 +178,6 @@ function openWalletURIFromPopup(uri: TalerUri): void {
// the target pathname should handle what happens if the endpoint is not there
// like "trying to open from popup but this uri is not handled"
- encodeURIComponent;
let url: string | undefined = undefined;
switch (uri.type) {
case TalerUriAction.WithdrawExchange: