diff --git a/app/views/tables/_seat.html.haml b/app/views/tables/_seat.html.haml index e3852202..cccfd6f2 100644 --- a/app/views/tables/_seat.html.haml +++ b/app/views/tables/_seat.html.haml @@ -26,7 +26,7 @@ .player{id: "player-#{seat.player.id}", class: @game.controlling_player == seat.player ? "taking-turn" : "", data: {soft_token: seat.player.soft_token} } .user-name= seat.player.display_name - .user-soft-token= seat.player.soft_token + -# .user-soft-token= seat.player.soft_token .user-principal= seat.player.principal - if @game.started? .inventory-count