mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Fix list store for artist detail
This commit is contained in:
parent
84587da701
commit
563db1138e
10 changed files with 98 additions and 67 deletions
|
|
@ -270,8 +270,6 @@ export const AlbumArtistDetailContent = () => {
|
|||
ARTIST_CONTEXT_MENU_ITEMS,
|
||||
);
|
||||
|
||||
console.log('topSongsQuery?.data :>> ', topSongsQuery?.data);
|
||||
|
||||
const topSongs = topSongsQuery?.data?.items?.slice(0, 10);
|
||||
|
||||
const showBiography =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue