From 6d0c984e656d466d56f25192ebbdabdcb685772a Mon Sep 17 00:00:00 2001
From: Pierre Ferreira
Date: Wed, 8 Mar 2023 19:12:35 +0100
Subject: [PATCH] Partage de la couleur de fond sur tout les screens
---
redux/actions/actionSelection.tsx | 1 +
1 file changed, 1 insertion(+)
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) {