diff --git a/assets/src/PlanningPokerRoom.elm b/assets/src/PlanningPokerRoom.elm index 61644eb..6bf164a 100644 --- a/assets/src/PlanningPokerRoom.elm +++ b/assets/src/PlanningPokerRoom.elm @@ -352,7 +352,7 @@ viewCards model selected = viewPlayers : List Player -> Bool -> Element Msg viewPlayers playerList showVotes = table [ width fill ] - { data = playerList + { data = List.sortBy .name playerList , columns = [ { header = none , width = fill