@ -61,7 +61,7 @@ struct PlayersView: View {
}
.padding(.bottom)
.sheet(isPresented: $showingPopup) {
AddPlayerView(isPresented: $showingPopup, playersVM: $playersVM)
AddPlayerView(isPresented: $showingPopup, playersVM: playersVM)