Compare commits
No commits in common. "f1ce71df8f1bd0abf50bb03cfbe349117cd10f8a" and "c44ce1e5143f73e80630743894b26ce68f9fed49" have entirely different histories.
f1ce71df8f
...
c44ce1e514
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export default class ProximoMainScreen extends FetchedDataSectionList {
|
|||
data: []
|
||||
});
|
||||
for (let k = 0; k < articles.length; k++) {
|
||||
if (articles[k]['type'].includes(types[i].id) && parseInt(articles[k]['quantity']) > 0) {
|
||||
if (articles[k]['type'].includes(types[i].id)) {
|
||||
finalData[i].data.push(articles[k]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue