🚧 Update call fonction ShowAllPlayer

dev_save_game
Nathan VERDIER 1 year ago
parent 77ce09091a
commit a790d1e26c

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

Loading…
Cancel
Save