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;