diff options
Diffstat (limited to 'popup/popup.tsx')
-rw-r--r-- | popup/popup.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
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)); |