Show Virtualization options on all non-native

This commit is contained in:
Sam Carlton 2022-07-02 14:27:03 -05:00
parent 756d98c173
commit cfe6ca7cde

View file

@ -11,7 +11,8 @@ const {
const details = ensureListingDetails( listing )
const isNonNativeGame = listing.status !== 'native' && details.isGame
const isNonNative = listing.status !== 'native'// && details.isGame
// Example: Adobe+Photoshop
const listingUrlFirendlyName = encodeURIComponent( listing.name )
@ -38,7 +39,7 @@ const links = [
const totalLinks = links.length
---
{ isNonNativeGame && (
{ isNonNative && (
<div
class="related-videos w-full"
>