mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing sonar issues
This commit is contained in:
parent
71cb4cd240
commit
2aff983dec
4 changed files with 7 additions and 8 deletions
|
|
@ -67,7 +67,7 @@ export function RepacksModal({
|
|||
};
|
||||
|
||||
const checkIfLastDownloadedOption = (repack: GameRepack) => {
|
||||
if (!game || !game.download) return false;
|
||||
if (!game?.download) return false;
|
||||
return repack.uris.some((uri) => uri.includes(game.download!.uri));
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue