Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent ecbf96f commit 99c7a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dummy_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ example_module <- function(label = "example teal module", datanames = "all", tra

output$text <- renderPrint({
req(table_data_decorated)
table_data_decorated()[['table']]
table_data_decorated()[["table"]]
})

teal.widgets::verbatim_popup_srv(
Expand Down

0 comments on commit 99c7a7c

Please sign in to comment.