mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix lint
This commit is contained in:
parent
4c85db7834
commit
3272789fb5
1 changed files with 2 additions and 2 deletions
|
|
@ -164,7 +164,7 @@
|
|||
>
|
||||
<CreateSharedLink />
|
||||
<SelectAllAssets {timelineManager} {assetInteraction} />
|
||||
<ButtonContextMenu icon={mdiPlus} title={$t('add_to')} offset={{ x:0, y:50 }}>
|
||||
<ButtonContextMenu icon={mdiPlus} title={$t('add_to')} offset={{ x: 0, y: 50 }}>
|
||||
<AddToAlbum />
|
||||
<AddToAlbum shared />
|
||||
</ButtonContextMenu>
|
||||
|
|
@ -178,7 +178,7 @@
|
|||
})}
|
||||
></FavoriteAction>
|
||||
{/if}
|
||||
<ButtonContextMenu icon={mdiDotsVertical} title={$t('menu')} offset={{ x:0, y:50 }}>
|
||||
<ButtonContextMenu icon={mdiDotsVertical} title={$t('menu')} offset={{ x: 0, y: 50 }}>
|
||||
{#if assetInteraction.isAllUserOwned}
|
||||
<ChangeDate menuItem />
|
||||
<ChangeDescription menuItem />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue