This commit is contained in:
Sebastian 2023-01-27 16:40:25 -03:00
parent ab5defb617
commit 378cc9125d
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -109,7 +109,7 @@ export function useComponentState({
date = 0
}
const when: AbsoluteTime = !date ? AbsoluteTime.never() : {
t_ms: parseInt("1673625803315", 10),
t_ms: date,
};
const amount = Amounts.parse(`${anyItem.currency}:${anyItem.amount}`);
const subject = anyItem.subject;