Add related videos to games

This commit is contained in:
Sam Carlton 2022-06-10 16:24:42 -05:00
parent fb35242c9c
commit eebf2d73c9

View file

@ -168,7 +168,8 @@ class BuildLists {
const typeWithRelatedVideos = new Set([
'app',
'formula'
'formula',
'game'
])
return typeWithRelatedVideos.has( appType )