refactor(web): refactor album selection modal and album summary component (#9658)

This commit is contained in:
Snowknight26 2024-05-22 00:15:28 -05:00 committed by GitHub
parent 61b850f0ce
commit a341ab0050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 20 deletions

View file

@ -26,7 +26,7 @@
</script>
<span class="my-2 flex gap-2 text-sm font-medium text-gray-500" data-testid="album-details">
<p>{getDateRange(startDate, endDate)}</p>
<p>·</p>
<p>{album.assetCount} items</p>
<span>{getDateRange(startDate, endDate)}</span>
<span></span>
<span>{album.assetCount} items</span>
</span>