Skip to content

Commit

Permalink
test: Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-castro committed Nov 10, 2024
1 parent 44ea6b3 commit e1bce44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e1bce44

Please sign in to comment.