Skip to content

Commit

Permalink
Removed assignments, as return is questionable.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost committed Jan 30, 2024
1 parent 72ea5bd commit 9999da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/shinyApp/R/heatmap/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ heatmap_UI <- function(id){
id = "heatmap",
fluid = T,
h4("Heatmap"),
heatmap_sidebar <- heatmap_sidebar(ns),
heatmap_main <- heatmap_main(ns)
heatmap_sidebar(ns),
heatmap_main(ns)
)
}

0 comments on commit 9999da9

Please sign in to comment.