Skip to content

Commit

Permalink
Pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Aug 30, 2024
1 parent 8bbe306 commit 4a1b278
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/mod_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ mod_plots_server <- function(id, selected_concept, selected_dates = NULL,
)

moduleServer(id, function(input, output, session) {
ns <- session$ns

selected_concept_id <- reactive(selected_concept()$concept_id)
selected_concept_name <- reactive(selected_concept()$concept_name)

Expand Down

0 comments on commit 4a1b278

Please sign in to comment.