diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-10-17 12:11:54 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-10-17 12:11:54 +0200 |
commit | f7585780bf35674066be9b02aa9af95ff0fda6c5 (patch) | |
tree | 6a7f6a66f08c1012476ed52c6247804e9434a8ce /src/webex | |
parent | 4955454440079f3beeaf0cbb7fb8bf82c113b231 (diff) |
remove broken link
Diffstat (limited to 'src/webex')
-rw-r--r-- | src/webex/pages/popup.tsx | 3 |
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> ); } |