not fucking around

This commit is contained in:
Violet Caulfield
2024-11-24 06:07:48 -06:00
parent 7ec6af816c
commit fc9fcd7db3
+9 -1
View File
@@ -11,7 +11,15 @@ export default function RecentlyPlayed(): React.JSX.Element {
useEffect(() => {
refetch();
})
}, [
apiClient
]);
useEffect(() => {
console.log("Recently played", data);
}, [
data
])
return (
<ScrollView horizontal>