add additional storm map

This commit is contained in:
2026-05-04 21:54:39 -04:00
parent 6f15a225ff
commit a0f79cb8d9
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ ui <- page_navbar(
height = 700,
card_body(
class = "p-0",
#leafletOutput("all_storms_map", height = "100%")
leafletOutput("cost_storms_map", height = "100%")
)
)
)