diff --git a/src/renderer/features/artists/components/album-artist-detail-content.tsx b/src/renderer/features/artists/components/album-artist-detail-content.tsx index e0615952..1c9c8341 100644 --- a/src/renderer/features/artists/components/album-artist-detail-content.tsx +++ b/src/renderer/features/artists/components/album-artist-detail-content.tsx @@ -17,7 +17,7 @@ import { ServerType, SortOrder, } from '/@/renderer/api/types'; -import { Button, Text, TextTitle } from '/@/renderer/components'; +import { Button, Spoiler, TextTitle } from '/@/renderer/components'; import { MemoizedSwiperGridCarousel } from '/@/renderer/components/grid-carousel'; import { getColumnDefs, VirtualTable } from '/@/renderer/components/virtual-table'; import { useAlbumList } from '/@/renderer/features/albums/queries/album-list-query'; @@ -465,11 +465,8 @@ export const AlbumArtistDetailContent = ({ background }: AlbumArtistDetailConten > About {detailQuery?.data?.name} - ) : null}