We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba6c651 + 18471d9 commit 682beacCopy full SHA for 682beac
rcongui_public/src/pages/games/horizontal-games-list.tsx
@@ -91,7 +91,7 @@ export const HorizontalGamesList = ({ games }: { games: ScoreboardMaps }) => {
91
{ threshold: 0, root: scrollAreaRef.current }
92
);
93
94
- gameRefs.current.values().forEach((ref) => {
+ gameRefs.current.forEach((ref) => {
95
if (ref) observer.observe(ref);
96
});
97
0 commit comments