mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
fix: achievement filter
This commit is contained in:
parent
0451bc55aa
commit
9418c4acf7
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export const mergeAchievements = async (
|
|||
);
|
||||
});
|
||||
})
|
||||
.filter((achievement) => achievement)
|
||||
.filter((achievement) => Boolean(achievement))
|
||||
.map((achievement) => {
|
||||
return {
|
||||
displayName: achievement!.displayName,
|
||||
|
|
Loading…
Reference in a new issue