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 9160aab commit 3dc5622Copy full SHA for 3dc5622
src/views/person/person-page.astro
@@ -117,7 +117,7 @@ const postAuthors = new Map(
117
118
if (viewAllAchievementsButton) {
119
const hiddenAchievements: HTMLElement[] = Array.from(
120
- document.querySelectorAll("[data-hide-initially]"),
+ document.querySelectorAll("[data-hide-initially='true']"),
121
);
122
123
let expanded = false;
0 commit comments