Skip to content

Commit b135b03

Browse files
committed
chore: leftover from previous commits
1 parent 8bb6a9d commit b135b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/tm_g_distribution.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ srv_distribution <- function(id,
13551355
)
13561356
})
13571357

1358-
output$summary_table <- DT::renderDataTable(summary_r()[["html"]])
1358+
output$summary_table <- DT::renderDataTable(summary_r())
13591359

13601360
tests_r <- reactive({
13611361
q <- req(output_test_q())
@@ -1400,7 +1400,7 @@ srv_distribution <- function(id,
14001400
)
14011401
})
14021402

1403-
output$t_stats <- DT::renderDataTable(tests_r()[["html"]])
1403+
output$t_stats <- DT::renderDataTable(tests_r())
14041404

14051405
# Render R code.
14061406
source_code_r <- reactive(teal.code::get_code(req(decorated_output_q())))

0 commit comments

Comments
 (0)