mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: format point count numbers on map view (#21848)
Format numbers on map view
This commit is contained in:
parent
d84cc450f1
commit
04c9531624
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue