mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Remove code.
This commit is contained in:
@@ -97,10 +97,6 @@ export default {
|
||||
if (data.hasOwnProperty(i)) {
|
||||
const current = data[i];
|
||||
|
||||
if(parseFloat(current.sum) <= 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
const hasNative = current.converted && current.native_id !== current.id && parseFloat(current.native_sum) !== 0.0;
|
||||
if (current.converted && (hasNative || current.native_id === current.id)) {
|
||||
this.primary = this.primary + parseFloat(current.native_sum);
|
||||
|
Reference in New Issue
Block a user