Use this.shouldHaveRelatedVideos

This commit is contained in:
Sam Carlton 2022-04-26 16:43:03 -05:00
parent 5fe0b94123
commit 4a493d2741

View file

@ -327,7 +327,7 @@ class BuildLists {
}
// Add standard app endpoint
if ( appType === 'app' || appType === 'formula' ) {
if ( this.shouldHaveRelatedVideos( app ) ) {
const relatedVideos = videosRelatedToApp( app, this.lists.video ).map(video => {
// console.log('video', video)