From 91549d39929195add3f76544989d65f22b9296ea Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 3 Oct 2016 17:43:51 +0200 Subject: misc. text fixes --- popup/popup.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'popup') diff --git a/popup/popup.tsx b/popup/popup.tsx index e5e929eb0..5b2b1e9f9 100644 --- a/popup/popup.tsx +++ b/popup/popup.tsx @@ -193,9 +193,6 @@ function formatHistoryItem(historyItem: HistoryRecord) { return m("p", i18n.parts`Started to withdraw from reserve (${abbrev(d.reservePub)}) of ${formatAmount( d.requestedAmount)}.`); - case "withdraw": - return m("p", - i18n`Withdraw at ${formatTimestamp(t)}`); case "offer-contract": { let link = chrome.extension.getURL("view-contract.html"); let linkElem = m("a", {href: link}, abbrev(d.contractHash)); -- cgit v1.2.3