mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
feat: update hook dependency
This commit is contained in:
parent
fca585d062
commit
a557735545
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function Achievement() {
|
|||
setAchievements(achievements);
|
||||
});
|
||||
}
|
||||
}, []);
|
||||
}, [objectId, shop, userId]);
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue