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