From 0d7133cc0e9fe7e4da4c00810d3b760f466f134f Mon Sep 17 00:00:00 2001 From: Joan Date: Fri, 28 Nov 2025 10:47:22 +0100 Subject: [PATCH] Fix TypeScript error in AuthContext --- pwa/src/contexts/AuthContext.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pwa/src/contexts/AuthContext.tsx b/pwa/src/contexts/AuthContext.tsx index 36f9278..883885f 100644 --- a/pwa/src/contexts/AuthContext.tsx +++ b/pwa/src/contexts/AuthContext.tsx @@ -218,4 +218,3 @@ export function AuthProvider({ children }: { children: ReactNode }) { ) } -```