mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
lint
This commit is contained in:
parent
2f8fe67f9f
commit
56b15bf52a
@ -147,7 +147,8 @@ export function GameDetailsContextProvider({
|
||||
if (
|
||||
result?.content_descriptors.ids.includes(
|
||||
SteamContentDescriptor.AdultOnlySexualContent
|
||||
) && !userPreferences?.disableNsfwPopup
|
||||
) &&
|
||||
!userPreferences?.disableNsfwPopup
|
||||
) {
|
||||
setHasNSFWContentBlocked(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user