mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: not showing repacks and stats if game details request fails
This commit is contained in:
parent
1de3a9836c
commit
192008c76c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export function GameDetailsContextProvider({
|
|||
setShopDetails(appDetailsResult.value);
|
||||
|
||||
if (
|
||||
appDetailsResult.value!.content_descriptors.ids.includes(
|
||||
appDetailsResult.value?.content_descriptors.ids.includes(
|
||||
SteamContentDescriptor.AdultOnlySexualContent
|
||||
)
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue