mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fix header link route
This commit is contained in:
@@ -44,7 +44,7 @@ export const AlbumDetailHeader = forwardRef(
|
|||||||
ref={ref}
|
ref={ref}
|
||||||
background={background}
|
background={background}
|
||||||
imageUrl={detailQuery?.data?.imageUrl}
|
imageUrl={detailQuery?.data?.imageUrl}
|
||||||
item={{ route: AppRoute.PLAYLISTS, type: LibraryItem.ALBUM }}
|
item={{ route: AppRoute.LIBRARY_ALBUMS, type: LibraryItem.ALBUM }}
|
||||||
title={detailQuery?.data?.name || ''}
|
title={detailQuery?.data?.name || ''}
|
||||||
>
|
>
|
||||||
<Stack mt="1rem">
|
<Stack mt="1rem">
|
||||||
|
|||||||
Reference in New Issue
Block a user