Skip to content

Commit

Permalink
Remove spinner in tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
stephpenn1 committed Jun 6, 2024
1 parent 5743509 commit 65170b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shinyApp/components/modules/mod_tracking.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tracking_ui <- function(id) {
downloadButton(ns("download"),"Download Plot", style = "background: #B8B8B8; color: black;")
),
fluidRow(
withSpinner(plotOutput(ns("fig"), width = "80%"))#,
plotOutput(ns("fig"), width = "80%")#,
# imageOutput(ns("gif"), width = "80%")
)
)
Expand Down

0 comments on commit 65170b0

Please sign in to comment.