@ -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()