Skip to content

Commit 3670997

Browse files
authored
fixing the you word next to the current player in spectator mode (#256)
Co-authored-by: Justas Bartka <>
1 parent a840939 commit 3670997

File tree

1 file changed

+1
-0
lines changed
  • services/app/src/components/team

1 file changed

+1
-0
lines changed

services/app/src/components/team/Team.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const Team = ({ skipMove }) => {
5050
name={player.name}
5151
id={player.id}
5252
currentPlayerId={currentPlayerId}
53+
spectatorId={player.id}
5354
/>
5455
))}
5556
</div>

0 commit comments

Comments
 (0)