aboutsummaryrefslogtreecommitdiff
path: root/popup
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-03 17:43:51 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-03 17:43:51 +0200
commit91549d39929195add3f76544989d65f22b9296ea (patch)
treee3bc7675fe149fd9807da6cb54c3ff377910f054 /popup
parent4156e50b7a8d6955c23698c4b20fcabc41c06228 (diff)
downloadwallet-core-91549d39929195add3f76544989d65f22b9296ea.tar.xz
misc. text fixes
Diffstat (limited to 'popup')
-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));