aboutsummaryrefslogtreecommitdiff
path: root/src/webex/pages/popup.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-10-17 12:11:54 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-10-17 12:11:54 +0200
commitf7585780bf35674066be9b02aa9af95ff0fda6c5 (patch)
tree6a7f6a66f08c1012476ed52c6247804e9434a8ce /src/webex/pages/popup.tsx
parent4955454440079f3beeaf0cbb7fb8bf82c113b231 (diff)
downloadwallet-core-f7585780bf35674066be9b02aa9af95ff0fda6c5.tar.xz
remove broken link
Diffstat (limited to 'src/webex/pages/popup.tsx')
-rw-r--r--src/webex/pages/popup.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx
index 76fa79a19..82f3eddaa 100644
--- a/src/webex/pages/popup.tsx
+++ b/src/webex/pages/popup.tsx
@@ -364,11 +364,10 @@ function formatHistoryItem(historyItem: HistoryRecord) {
);
}
case "offer-contract": {
- const link = chrome.extension.getURL("view-contract.html");
return (
<i18n.Translate wrap="p">
Merchant <em>{abbrev(d.merchantName, 15)}</em> offered<span> </span>
- contract <a href={link}>{abbrev(d.contractTermsHash)}</a>.
+ contract <span>{abbrev(d.contractTermsHash)}</span>.
</i18n.Translate>
);
}