From f7585780bf35674066be9b02aa9af95ff0fda6c5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 17 Oct 2017 12:11:54 +0200 Subject: remove broken link --- src/webex/pages/popup.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/webex/pages/popup.tsx') 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 ( Merchant {abbrev(d.merchantName, 15)} offered - contract {abbrev(d.contractTermsHash)}. + contract {abbrev(d.contractTermsHash)}. ); } -- cgit v1.2.3