Skip to content

Commit b41b946

Browse files
committed
hehe
1 parent 5551e42 commit b41b946

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

R/count_labels.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ countBarLabel <- function(inputId, label, countmin, countmax, countnow = NULL, c
109109
checkmate::assert_number(counttotal)
110110

111111
label_html <- countLabel(inputId = inputId, label = label, countmax = countmax, countnow = countnow)
112-
progress_html <- countBar(inputId = inputId, countmin = countmin, countmax = countmax,
113-
countnow = countnow, counttotal = counttotal)
112+
progress_html <- countBar(inputId = inputId, countmax = countmax, countnow = countnow, counttotal = counttotal)
114113
tags$div(progress_html, label_html)
115114
}
116115

File renamed without changes.

0 commit comments

Comments
 (0)