We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a1ccf commit d1da81cCopy full SHA for d1da81c
js/technical/displays.js
@@ -42,7 +42,7 @@ function achievementStyle(layer, id){
42
if (ach.image){
43
style.push({'background-image': 'url("' + ach.image + '")'})
44
}
45
- if (!ach.unlocked) style.push({'visibility': 'hidden'})
+ if (!hasAchievement(layer, id)) style.push({'visibility': 'hidden'})
46
style.push(ach.style)
47
return style
48
0 commit comments