From e1bce449d9d0249ed3c0cc557f50a73bf478c06d Mon Sep 17 00:00:00 2001 From: Pierre Castro Date: Sun, 10 Nov 2024 03:23:41 +0100 Subject: [PATCH] test: Workflow --- frontend/src/pages/home/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/home/Home.tsx b/frontend/src/pages/home/Home.tsx index e87b59f..630d005 100644 --- a/frontend/src/pages/home/Home.tsx +++ b/frontend/src/pages/home/Home.tsx @@ -13,7 +13,7 @@ const Home = () => { const [executeQuery, { data }] = useLazyQuery(TEST_URL, { fetchPolicy: "network-only", }); - const text = "Créez-vous un compte "; + const text = "Créez-vous un compte"; const { userInfos } = useAuth(); useEffect(() => { if (data !== undefined) {