This commit is contained in:
Violet Caulfield
2025-02-13 06:58:59 -06:00
parent 928d1b0e98
commit 1de0e2515a
+1 -1
View File
@@ -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();