Implement UX for found albums
This commit is contained in:
@@ -45,7 +45,7 @@ const RecentAlbums: React.FC = () => {
|
||||
console.log(recentAlbums.map((d) => albums[d]?.DateCreated));
|
||||
|
||||
// Retrieve data on mount
|
||||
useEffect(() => { retrieveData(); }, []);
|
||||
useEffect(() => { retrieveData(); }, [retrieveData]);
|
||||
|
||||
return (
|
||||
<SafeAreaView>
|
||||
|
||||
Reference in New Issue
Block a user