mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-21 09:08:56 -05:00
offset
This commit is contained in:
@@ -16,7 +16,7 @@ export default function Artists({
|
||||
const { data: artists, refetch, isPending } =
|
||||
route.params.query ===
|
||||
QueryKeys.FavoriteArtists ? useFavoriteArtists() :
|
||||
QueryKeys.RecentlyPlayedArtists ? useRecentlyPlayedArtists(horizontalCardLimit + 2) :
|
||||
QueryKeys.RecentlyPlayedArtists ? useRecentlyPlayedArtists(horizontalCardLimit + 3) :
|
||||
useFavoriteArtists();
|
||||
|
||||
const { width } = useSafeAreaFrame();
|
||||
|
||||
Reference in New Issue
Block a user