mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-04 09:49:42 -05:00
not fucking around
This commit is contained in:
@@ -11,7 +11,15 @@ export default function RecentlyPlayed(): React.JSX.Element {
|
||||
|
||||
useEffect(() => {
|
||||
refetch();
|
||||
})
|
||||
}, [
|
||||
apiClient
|
||||
]);
|
||||
|
||||
useEffect(() => {
|
||||
console.log("Recently played", data);
|
||||
}, [
|
||||
data
|
||||
])
|
||||
|
||||
return (
|
||||
<ScrollView horizontal>
|
||||
|
||||
Reference in New Issue
Block a user