mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web) Fix incorrect album type (shared/non-shared) in album selection modal (#1219)
* fix(web) Fix incorrect album type (shared/non-shared) in album selection modal * styling * remove deadcode
This commit is contained in:
parent
93274a6d7b
commit
6736063f83
2 changed files with 15 additions and 11 deletions
|
|
@ -29,7 +29,6 @@
|
|||
</span>
|
||||
{:else}
|
||||
<span>{album.assetCount} items</span>
|
||||
<span> · {new Date(album.createdAt).toLocaleDateString()}</span>
|
||||
<span
|
||||
>{#if album.shared} · Shared{/if}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue