aboutsummaryrefslogtreecommitdiff
path: root/src/webex/pages/popup.tsx
diff options
context:
space:
mode:
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>
);
}