Skip to content

Commit

Permalink
[FIX] #28
Browse files Browse the repository at this point in the history
victorbalssa committed Aug 11, 2022
1 parent 8322a6c commit 52242ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/transactions.ts
Original file line number Diff line number Diff line change
@@ -105,6 +105,7 @@ export default createModel<RootModel>()({
/* currency_id: '12', */
/* foreign_amount: '123.45', */
/* foreign_currency_id: '17', */
amount: payload.amount.replace(/,/g, '.'),

...payload,
}],

0 comments on commit 52242ea

Please sign in to comment.