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:
Alex 2022-12-29 15:31:54 -06:00 committed by GitHub
parent 93274a6d7b
commit 6736063f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 11 deletions

View file

@ -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>