Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Dec 11, 2024
1 parent f439cd4 commit 00c8c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_t_events_by_grade.R
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ srv_t_events_by_grade <- function(id,


table_renamed_q <- reactive({
within(table_q(), {table <- pruned_and_sorted_result})
within(table_q(), table <- pruned_and_sorted_result)
})

decorated_table_q <- srv_decorate_teal_data(
Expand Down

0 comments on commit 00c8c0b

Please sign in to comment.