fix unit for timestamp
This commit is contained in:
parent
693e7c92e0
commit
db124e8bc6
@ -275,7 +275,7 @@ namespace WalletHistory {
|
|||||||
subjectMemo[record.subjectId as string] = true;
|
subjectMemo[record.subjectId as string] = true;
|
||||||
|
|
||||||
let item = m("div.historyItem", {}, [
|
let item = m("div.historyItem", {}, [
|
||||||
m("div.historyDate", {}, (new Date(record.timestamp * 1000)).toString()),
|
m("div.historyDate", {}, (new Date(record.timestamp)).toString()),
|
||||||
formatHistoryItem(record)
|
formatHistoryItem(record)
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user