From 690c62928ca83899a08b864a0b54f8f376cff302 Mon Sep 17 00:00:00 2001 From: JOY LIU <113057199+joyliujoyliu@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:28:34 -0300 Subject: [PATCH] space --- inst/qmd_template/make_tag_push_summary.qmd | 1 - 1 file changed, 1 deletion(-) diff --git a/inst/qmd_template/make_tag_push_summary.qmd b/inst/qmd_template/make_tag_push_summary.qmd index e3597fb..7857ae8 100644 --- a/inst/qmd_template/make_tag_push_summary.qmd +++ b/inst/qmd_template/make_tag_push_summary.qmd @@ -227,7 +227,6 @@ reactable(new_station_summary) #| fig-cap: Figure 7. Number of newly-added detections per receiver. Points represent receiver locations, where color reflects the number of detections and size reflects the number of fish at that location. #| eval: !expr "nrow(new_matches) > 0" - leaflet_graph(station_spatial) ```