jofaichow commited on
Commit
f7f6c39
1 Parent(s): 90c1f3a

minor sliderinput bug

Browse files
Files changed (1) hide show
  1. app/app.R +1 -1
app/app.R CHANGED
@@ -245,7 +245,7 @@ ui <- shinydashboardPlus::dashboardPage(
245
  min = 168, # first tournament round
246
  max = Rnumerai::get_current_round(),
247
  # note: daily rounds from round 339
248
- value = c(339, max(d_comp$number))
249
  )
250
  ),
251
 
 
245
  min = 168, # first tournament round
246
  max = Rnumerai::get_current_round(),
247
  # note: daily rounds from round 339
248
+ value = c(339, Rnumerai::get_current_round())
249
  )
250
  ),
251