Rebuild frontend

This commit is contained in:
James Cole
2020-12-30 18:43:16 +01:00
parent a19e116a15
commit 2a0af839f9
13 changed files with 575 additions and 197 deletions

View File

@@ -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]);
}