diff --git a/helpers/listing-page.js b/helpers/listing-page.js index 03e9f54..4f0db23 100644 --- a/helpers/listing-page.js +++ b/helpers/listing-page.js @@ -56,6 +56,10 @@ export class ListingDetails { return Array.isArray( this.listing.relatedVideos ) && this.listing.relatedVideos.length > 0 } + get hasRelatedApps () { + return false + } + get hasBenchmarksPage () { return this.hasRelatedVideos }