mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-20 02:14:23 +02:00
improve compact size item card
This commit is contained in:
@@ -55,7 +55,7 @@ export const ArtistListPaginatedGrid = ({
|
||||
enabled: saveScrollOffset,
|
||||
});
|
||||
|
||||
const rows = useGridRows(LibraryItem.ARTIST, ItemListKey.ARTIST);
|
||||
const rows = useGridRows(LibraryItem.ARTIST, ItemListKey.ARTIST, size);
|
||||
|
||||
return (
|
||||
<ItemListWithPagination
|
||||
|
||||
Reference in New Issue
Block a user