refs #6976 fix pr
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-04-26 08:59:00 +02:00
parent e78b23a849
commit bc94850cc8
1 changed files with 0 additions and 9 deletions

View File

@ -31,15 +31,6 @@ module.exports = {
this.entries = entries;
},
getTotal(entry) {
if (entry.buys) {
let total = 0;
for (let buy of entry.buys)
total += buy.total;
return total;
}
},
props: {
id: {
type: Number,