fix: format point count numbers on map view (#21848)

Format numbers on map view
This commit is contained in:
Stewart Rand 2025-09-12 04:20:05 -03:00 committed by GitHub
parent d84cc450f1
commit 04c9531624
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -353,7 +353,7 @@
<div
class="rounded-full w-[40px] h-[40px] bg-immich-primary text-white flex justify-center items-center font-mono font-bold shadow-lg hover:bg-immich-dark-primary transition-all duration-200 hover:text-immich-dark-bg opacity-90"
>
{feature.properties?.point_count}
{feature.properties?.point_count?.toLocaleString()}
</div>
{/snippet}
</MarkerLayer>