|
|
@@ -58,7 +58,7 @@ export default {
|
|
|
return this.info && this.info.soldOut && this.info.salable;
|
|
|
},
|
|
|
isSolded() {
|
|
|
- return this.info && !this.info.noSoldOut && this.info.salable;
|
|
|
+ return this.info && !this.info.noSoldOut && this.info.salable && this.info.source === 'OFFICIAL';
|
|
|
},
|
|
|
assignment() {
|
|
|
return this.info.assignment || 0;
|