fix(deps): update web (#7872)

* fix(deps): update web

* update types to follow map types

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot] 2024-03-12 15:28:29 -04:00 committed by GitHub
parent 82aabc63f5
commit 67b209808f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 72 additions and 72 deletions

View file

@ -158,7 +158,7 @@
applyToClusters
asButton
let:feature
on:click={(event) => handlePromiseError(handleClusterClick(event.detail.feature.properties.cluster_id, map))}
on:click={(event) => handlePromiseError(handleClusterClick(event.detail.feature.properties?.cluster_id, map))}
>
<div
class="rounded-full w-[40px] h-[40px] bg-immich-primary text-immich-gray 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"
@ -171,7 +171,7 @@
asButton
let:feature
on:click={(event) => {
$$slots.popup || handleAssetClick(event.detail.feature.properties.id, map);
$$slots.popup || handleAssetClick(event.detail.feature.properties?.id, map);
}}
>
{#if useLocationPin}