fix(core): update

This commit is contained in:
2022-10-29 17:46:17 +02:00
parent 7274f7859a
commit 12614ff011
4 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -104,7 +104,10 @@ export class BankTransaction {
id: this.data.id,
amount: tinkHelpers.getNormalizedAmount(this.data.amount),
name: this.data.descriptions.display,
description: this.data.descriptions.original
description: this.data.descriptions.original,
justForLooks: {
originalScaledAmount: this.data.amount
}
}
}