mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Fix header link route
This commit is contained in:
parent
861fcec14f
commit
19eaf44394
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue