fix: hide checkin count for home cities Murnau and Garmisch
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -83,7 +83,7 @@ leafletMap: true
|
||||
{% else %}
|
||||
{{ checkin.name }}
|
||||
{% endif %}
|
||||
{% if groupItems | length > 1 %}
|
||||
{% if groupItems | length > 1 and "Murnau" not in (checkin.locality or "") and "Garmisch" not in (checkin.locality or "") %}
|
||||
<span class="ml-2 text-xs font-normal text-surface-500 dark:text-surface-400">{{ groupItems | length }}×</span>
|
||||
{% endif %}
|
||||
{% if checkin.isPrivate %}<span class="ml-2 text-xs text-amber-700 dark:text-amber-400">(private)</span>{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user