Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dszczepaniak-cksource committed Dec 17, 2020
1 parent b30e302 commit 5e589eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/HangHub.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class HangHub {
this._renderCollaboratorCounter( users );
this._updatePosition();

this._connectedUsers = [ ...users ];
this._connectedUsers = users;
}
} );
}
Expand Down

0 comments on commit 5e589eb

Please sign in to comment.