From e841c4f4333684c6539186fb061cab69969196fd Mon Sep 17 00:00:00 2001 From: itsfinniii <102350242+itsfinniii@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:00:25 +0100 Subject: [PATCH] Add empty line in LastAlbums component --- astro/src/components/web/LastAlbums.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/astro/src/components/web/LastAlbums.astro b/astro/src/components/web/LastAlbums.astro index 44bbccb..84fd72e 100644 --- a/astro/src/components/web/LastAlbums.astro +++ b/astro/src/components/web/LastAlbums.astro @@ -18,6 +18,7 @@ function calculateSizeClasses(amount: number, length: number) { return "lg:w-[31%] w-full"; } } + const albums = Astro.props.albums; const settings = await getSettings(); const lastAlbums = await getLastAlbums(albums.amount);