mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +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
|
<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"
|
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>
|
</div>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
</MarkerLayer>
|
</MarkerLayer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue