mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: prettier changes
This commit is contained in:
parent
a16a30761e
commit
e79b6f1391
16 changed files with 380 additions and 332 deletions
|
@ -21,6 +21,5 @@ export namespace GameStatus {
|
|||
GameStatus.Decompressing == status;
|
||||
|
||||
export const isReady = (status: GameStatus | null) =>
|
||||
status === GameStatus.Finished ||
|
||||
status === GameStatus.Seeding;
|
||||
}
|
||||
status === GameStatus.Finished || status === GameStatus.Seeding;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue