🚧 Update call fonction ShowAllPlayer

dev_save_game
Nathan VERDIER 11 months ago
parent 77ce09091a
commit a790d1e26c

@ -103,7 +103,7 @@ struct SelectPlayerButtonView: View {
.font(.body)
.bold()
.sheet(isPresented: $showingPopup) {
ShowAllPlayer(isShowingSheet: $showingPopup, players: $players)
ShowAllPlayer(players: $players)
}
} .frame(width: 150, height: 150)
.padding()

Loading…
Cancel
Save