mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add hasRelatedApps getter
This commit is contained in:
parent
6448e414c0
commit
a1531fbec5
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ export class ListingDetails {
|
||||||
return Array.isArray( this.listing.relatedVideos ) && this.listing.relatedVideos.length > 0
|
return Array.isArray( this.listing.relatedVideos ) && this.listing.relatedVideos.length > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get hasRelatedApps () {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
get hasBenchmarksPage () {
|
get hasBenchmarksPage () {
|
||||||
return this.hasRelatedVideos
|
return this.hasRelatedVideos
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue