Convert fiat totals to BTC and add to total amount

This commit is contained in:
2020-09-30 16:46:35 +02:00
parent 87bc8f5cb5
commit 63675a1e13
5 changed files with 37 additions and 19 deletions
+1 -3
View File
@@ -16,11 +16,9 @@ export default class AddExpenseItemComponent extends Component {
defaultDate = moment().startOf('hour').toDate();
// TODO fetch/apply exchange rate to (W)BTC
currencies = [
{ code: 'EUR' },
{ code: 'USD' },
{ code: 'GBP' }
{ code: 'USD' }
];
get isValidAmount () {