mirror of
https://github.com/immich-app/immich.git
synced 2025-01-14 15:45:55 +02:00
fix(web): memory view in timeline href (#12158)
This commit is contained in:
parent
5e6ac87eaf
commit
fcbc1ba399
@ -309,7 +309,7 @@
|
||||
class:opacity-100={!galleryInView}
|
||||
>
|
||||
<CircleIconButton
|
||||
href="${AppRoute.PHOTOS}?at=${currentAsset.id}"
|
||||
href="{AppRoute.PHOTOS}?at={currentAsset.id}"
|
||||
icon={mdiImageSearch}
|
||||
title={$t('view_in_timeline')}
|
||||
color="light"
|
||||
|
Loading…
Reference in New Issue
Block a user