Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
osalamon committed Oct 17, 2024
1 parent 6b074f2 commit c556765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/view/disease_outbreaks/disease_app/disease_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ disease_map_server <- function(id, leaflet_map) {
)

observeEvent(leaflet_map(), {
req(leaflet_map())
w$show()
req(leaflet_map())
output_map <- leaflet_map()
output$map_output <- renderLeaflet(output_map)
w$hide()
Expand Down

0 comments on commit c556765

Please sign in to comment.