From 7528365d2121fa03bf40c0c4fdd6c01685dacbf7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kaiser Date: Fri, 5 Apr 2024 14:43:00 +0200 Subject: [PATCH] fix merge mistake --- src/AdminGuesser.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AdminGuesser.tsx b/src/AdminGuesser.tsx index 0568c985..1f3b42bd 100644 --- a/src/AdminGuesser.tsx +++ b/src/AdminGuesser.tsx @@ -126,7 +126,6 @@ const AdminGuesser = ({ theme = lightTheme, // Other props children, - authProvider, ...rest }: AdminGuesserProps) => { const [resources, setResources] = useState([]);