From c666da7501d151831aa33ba1667baaa54eb3bdb6 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 2 Jul 2024 10:11:52 +0000 Subject: [PATCH] Types -> types. success -> succes --- src/contexts/UserAuthenticationContext.tsx | 4 ++-- src/screens/UserProfileScreen.tsx | 4 +--- src/utils/requests/getPaymentTypes.ts | 2 +- src/utils/requests/transactions.ts | 2 +- src/utils/requests/types.ts | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/contexts/UserAuthenticationContext.tsx b/src/contexts/UserAuthenticationContext.tsx index 5cc23df..7545d92 100644 --- a/src/contexts/UserAuthenticationContext.tsx +++ b/src/contexts/UserAuthenticationContext.tsx @@ -27,7 +27,7 @@ export const UserAuthenticationContext = createContext - url_success: "", + url_succes: "", // biome-ignore lint/style/useNamingConvention: url_echec: "", entreprise: 0, @@ -57,7 +57,7 @@ export const UserAuthenticationContextProvider = ({ children }: { children: Reac code: "BEASY-EXAMPLE-1", adresse: "Plateau 2, 1023, Immeuble Chardy", // biome-ignore lint/style/useNamingConvention: - url_success: "https://example.com/success", + url_succes: "https://example.com/success", // biome-ignore lint/style/useNamingConvention: url_echec: "https://example.com/echec", entreprise: 0, diff --git a/src/screens/UserProfileScreen.tsx b/src/screens/UserProfileScreen.tsx index a850133..b63f79d 100644 --- a/src/screens/UserProfileScreen.tsx +++ b/src/screens/UserProfileScreen.tsx @@ -138,9 +138,7 @@ const UserProfileScreen = () => { Url succès - - {userInformations.marchand.url_success} - + {userInformations.marchand.url_succes} - url_success: string; + url_succes: string; // biome-ignore lint/style/useNamingConvention: url_echec: string; entreprise: number; -- libgit2 0.27.1