We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15adbe5 commit d13e48bCopy full SHA for d13e48b
R/tm_g_response.R
@@ -556,7 +556,7 @@ srv_g_response <- function(id,
556
557
decorated_output_plot_q <- reactive(within(decorated_output_q(), print(plot)))
558
plot_r <- reactive({
559
- req(output_q()) # Ensure original errors are displaye
+ req(output_q()) # Ensure original errors are displayed
560
decorated_output_plot_q()[["plot"]]
561
})
562
0 commit comments