TimStats commited on
Commit
8a5372a
·
verified ·
1 Parent(s): 6d60706

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -2
app.R CHANGED
@@ -428,9 +428,8 @@ server <- function(input, output,session) {
428
  "Twins" = "MIN",
429
  "White Sox" = "CHW",
430
  "Yankees" = "NYY",
431
- # MLB option at the top
432
  "MLB" = "MLB"
433
- "Yankees" = "NYY"
434
  ),
435
  selected = "MLB"
436
  )
 
428
  "Twins" = "MIN",
429
  "White Sox" = "CHW",
430
  "Yankees" = "NYY",
431
+ # MLB option at the top
432
  "MLB" = "MLB"
 
433
  ),
434
  selected = "MLB"
435
  )