fix(client): undefined variable in emoji rain (#20926)
This commit is contained in:
parent
b6b06e714e
commit
9cb0123717
@ -24,7 +24,7 @@ const EmojiRain = ({ reactions }) => {
|
||||
return;
|
||||
}
|
||||
|
||||
for (i = 0; i < NUMBER_OF_EMOJIS; i++) {
|
||||
for (let i = 0; i < NUMBER_OF_EMOJIS; i++) {
|
||||
const initialPosition = {
|
||||
x: coord.x + coord.width / 8,
|
||||
y: coord.y + coord.height / 5,
|
||||
|
Loading…
Reference in New Issue
Block a user