Skip to content

Commit

Permalink
Revert "max gw 36 to 38"
Browse files Browse the repository at this point in the history
This reverts commit ae06786.
  • Loading branch information
thomaszwagerman committed Aug 17, 2024
1 parent ae06786 commit d8df8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_fdr.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mod_fdr_ui <- function(id, current_theme) {
),
sliderInput(ns("gw"),
"Select gameweek range: ",
min = get_current_gw_number(), max = 38,
min = get_current_gw_number(), max = 36,
value = c(
get_current_gw_number() + 1,
get_current_gw_number() + 5
Expand Down

0 comments on commit d8df8fa

Please sign in to comment.