Hide activity and map if user owns no repeaters

This commit is contained in:
Jonathon Leight
2026-06-28 18:05:51 -04:00
parent 7a7100fc41
commit cfc236e365
+3
View File
@@ -99,6 +99,8 @@
</div>
{{end}}
<!-- Activity + map: only meaningful once the user owns a repeater -->
{{if .OwnedCount}}
<div class="row row-cards mt-1">
<!-- Left column -->
<div class="col-lg-8">
@@ -152,3 +154,4 @@
</div>
</div>
{{end}}
{{end}}