Browse Source

Little fix

master
Onja 5 months ago
parent
commit
51f60b8b2e
  1. 2
      src/models/file.js

2
src/models/file.js

@ -356,7 +356,7 @@ class File {
return match.replace(/[^\d.,]/g, '').replace(/[^\d]/g, '.'); return match.replace(/[^\d.,]/g, '').replace(/[^\d]/g, '.');
} }
}); });
return `${result.at(-1)} EUR` return `${result[result.length-1]} EUR`
} }
return []; return [];
} }

Loading…
Cancel
Save