mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: real time achievement track
This commit is contained in:
parent
24d21b9839
commit
5c790edb2c
14 changed files with 181 additions and 407 deletions
|
@ -123,7 +123,6 @@ export function GameDetailsContextProvider({
|
|||
if (statsResult.status === "fulfilled") setStats(statsResult.value);
|
||||
|
||||
if (achievements.status === "fulfilled") {
|
||||
console.log(achievements.value);
|
||||
setAchievements(achievements.value);
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue