From d2a9927e5b0ad37e2b85b28e8c85bde780328cbe Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 12 Oct 2024 22:48:00 +0530 Subject: [PATCH] chore: prettier --- src/context/auth.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/context/auth.tsx b/src/context/auth.tsx index d87f42bd..11dad155 100644 --- a/src/context/auth.tsx +++ b/src/context/auth.tsx @@ -81,9 +81,7 @@ const AuthProvider = ({ children }: AuthProviderProps) => { return Promise.reject(error); } ); - - - + return ( {children}