mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
2f8fe67f9f
commit
56b15bf52a
1 changed files with 2 additions and 1 deletions
|
@ -147,7 +147,8 @@ export function GameDetailsContextProvider({
|
|||
if (
|
||||
result?.content_descriptors.ids.includes(
|
||||
SteamContentDescriptor.AdultOnlySexualContent
|
||||
) && !userPreferences?.disableNsfwPopup
|
||||
) &&
|
||||
!userPreferences?.disableNsfwPopup
|
||||
) {
|
||||
setHasNSFWContentBlocked(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue