From be1e49e524dd5f90379aa96832a2f2fcf4501456 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 13 Mar 2026 18:21:45 +0000 Subject: [PATCH] Fix rendering of dashboard page --- html/template/sync/dashboard.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/html/template/sync/dashboard.html b/html/template/sync/dashboard.html index 55ae9432..fdbe1279 100644 --- a/html/template/sync/dashboard.html +++ b/html/template/sync/dashboard.html @@ -142,20 +142,17 @@

Mosquito Activity Heatmap

- {{ if not (eq .Organization nil) }} - {{ if not (eq .Organization.ServiceAreaCentroidGeojson nil) }} - - {{ end }} + {{ if eq .Organization.ServiceArea.Min.X 0.0 }} +

No service area for this organization yet

+ {{ else }} + {{ end }}