diff --git a/redux/actions/actionSelection.tsx b/redux/actions/actionSelection.tsx index d91f603..1b01e85 100644 --- a/redux/actions/actionSelection.tsx +++ b/redux/actions/actionSelection.tsx @@ -74,6 +74,7 @@ export const getAllCards = () => { //console.log(CardsList) //call the action + dispatch(setCardsList(CardsList)); } catch (error) {