From 82b899649db098593dbc1aa75af3d1932ffa19b1 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:05:08 -0700 Subject: [PATCH] fix: make HTML valid (#11465) --- .../components/album-page/albums-table.svelte | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/web/src/lib/components/album-page/albums-table.svelte b/web/src/lib/components/album-page/albums-table.svelte index 30164ef6aec61..d9ffe8595bf11 100644 --- a/web/src/lib/components/album-page/albums-table.svelte +++ b/web/src/lib/components/album-page/albums-table.svelte @@ -41,30 +41,27 @@ {#each groupedAlbums as albumGroup (albumGroup.id)} {@const isCollapsed = isAlbumGroupCollapsed($albumViewSettings, albumGroup.id)} {@const iconRotation = isCollapsed ? 'rotate-0' : 'rotate-90'} - +