Skip to content

Commit

Permalink
fjerner pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Nov 26, 2024
1 parent a2de618 commit d24b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shinyApps/smerte/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ server <- function(input, output, session) {
d <- merge(d, ForlopsOversikt, by = "ForlopsID")
}
if (input$dumpDataSet != "avdelingsoversikt") {
d <- d %>% dplyr::filter(AvdRESH == reshId)
d <- dplyr::filter(d, AvdRESH == reshId)
}
}
if (type == "xlsx-csv") {
Expand Down

0 comments on commit d24b312

Please sign in to comment.