mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Clean up code.
This commit is contained in:
@@ -585,7 +585,6 @@ export default {
|
||||
|
||||
tagList = [];
|
||||
foreignAmount = '0';
|
||||
foreignCurrency = null;
|
||||
// loop tags
|
||||
for (let tagKey in row.tags) {
|
||||
if (row.tags.hasOwnProperty(tagKey) && /^0$|^[1-9]\d*$/.test(tagKey) && tagKey <= 4294967294) {
|
||||
|
Reference in New Issue
Block a user