mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Rebuild frontend
This commit is contained in:
@@ -178,7 +178,7 @@ export default {
|
||||
let ret = [];
|
||||
for (const key in array) {
|
||||
if (array.hasOwnProperty(key)) {
|
||||
console.log('Currency ID seems to be ' + this.currencyId);
|
||||
// console.log('Currency ID seems to be ' + this.currencyId);
|
||||
if (array[key].currency_id === this.currencyId) {
|
||||
ret.push(array[key]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user