aboutsummaryrefslogtreecommitdiff
path: root/popup/popup.tsx
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-10-05 00:02:10 +0200
committertg(x) <*@tg-x.net>2016-10-05 00:02:10 +0200
commitec62d29c90958aa8d41474ed2fe5a179d6fafed7 (patch)
tree367cc55bc6772cf194ed6c4778cd344d581d3d7c /popup/popup.tsx
parentfda241d74d5c1c39203b64da676c684d4dc9d800 (diff)
parentd3ccf4103900b8d990b1970d135695b938d94eae (diff)
Merge branch 'master' of taler.net:/var/git/wallet-webex
Diffstat (limited to 'popup/popup.tsx')
-rw-r--r--popup/popup.tsx3
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));