🔥 Tests not concluent of Favorites local storage

pull/11/head
Antoine PEREDERII 8 months ago
parent d2cfa7b992
commit f6210d7825

@ -26,7 +26,7 @@ export default function Favorites() {
if(!showCustomJoke) {
const loadSamplesJokes = async () => {
// @ts-ignore
await dispatch(getSampleJokesList());
await dispatch(getFavorites());
};
loadSamplesJokes();
setJoke(sampleJokes)

Loading…
Cancel
Save