pull/264/head
Thomas 4 years ago
parent 69f985a314
commit fd45ad3649

@ -88,7 +88,10 @@ export class ExchangeRateDataService {
return factor * aValue;
}
// Fallback if currencies are not available
// Fallback with error, if currencies are not available
console.error(
`No exchange rate has been found for ${aFromCurrency}${aToCurrency}`
);
return aValue;
}

Loading…
Cancel
Save