From cfc236e36554f53f9afc239dcc38b350bf1d1ca5 Mon Sep 17 00:00:00 2001 From: Jonathon Leight Date: Sun, 28 Jun 2026 18:05:51 -0400 Subject: [PATCH] Hide activity and map if user owns no repeaters --- internal/core/templates/dashboard.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/core/templates/dashboard.html b/internal/core/templates/dashboard.html index 851281f..e0eb2eb 100644 --- a/internal/core/templates/dashboard.html +++ b/internal/core/templates/dashboard.html @@ -99,6 +99,8 @@ {{end}} + +{{if .OwnedCount}}
@@ -152,3 +154,4 @@
{{end}} +{{end}}