mirror of
https://github.com/immich-app/immich.git
synced 2025-06-06 21:38:26 +02:00
fix(web): no rounded map on /map page (#18232)
This commit is contained in:
parent
41a127e2ab
commit
eb8dfa283e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
{#if $featureFlags.loaded && $featureFlags.map}
|
||||
<UserPageLayout title={data.meta.title}>
|
||||
<div class="isolate h-full w-full">
|
||||
<Map hash onSelect={onViewAssets} rounded />
|
||||
<Map hash onSelect={onViewAssets} />
|
||||
</div>
|
||||
</UserPageLayout>
|
||||
<Portal target="body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue