mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Show Virtualization options on all non-native
This commit is contained in:
parent
756d98c173
commit
cfe6ca7cde
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue