🔥 Remove: line on SelectPlayerButtonView

dev_views_SelectPlayer
Nathan VERDIER 1 year ago
parent 8c1665d20e
commit 1e6f78c857

@ -51,7 +51,6 @@ struct SelectPlayerButtonView: View {
.padding(3) .padding(3)
Button(action: { Button(action: {
print("Button j1 pressé!") print("Button j1 pressé!")
//player1 = "Player1"
}) { }) {
VStack { VStack {
Text("+") Text("+")
@ -76,7 +75,7 @@ struct SelectPlayerButtonView: View {
.padding(3) .padding(3)
Button(action: { Button(action: {
print(" pressé!") print("Button j2 pressé!")
}) { }) {
VStack { VStack {
Text("+") Text("+")

Loading…
Cancel
Save