diff --git a/src/screens/Favorites.tsx b/src/screens/Favorites.tsx index 0e33a61..af4e3e3 100644 --- a/src/screens/Favorites.tsx +++ b/src/screens/Favorites.tsx @@ -26,7 +26,7 @@ export default function Favorites() { if(!showCustomJoke) { const loadSamplesJokes = async () => { // @ts-ignore - await dispatch(getSampleJokesList()); + await dispatch(getFavorites()); }; loadSamplesJokes(); setJoke(sampleJokes)