Make first test for photos
This commit is contained in:
@@ -42,7 +42,7 @@ album.photos.slice(sliceStartNumber, sliceEndNumber).forEach((photo) => {
|
||||
<div class="flex flex-col gap-7">
|
||||
<h1 class="text-5xl font-bold">{album.title}</h1>
|
||||
|
||||
<AlbumPhotos client:only client:load photos={remappedPhotos} />
|
||||
<AlbumPhotos client:only photos={remappedPhotos} />
|
||||
|
||||
{ totalAlbumPages > 1 && (
|
||||
<Pagination
|
||||
|
||||
Reference in New Issue
Block a user