From c9968051226d75ee99276f0e72b13b95d0cc1791 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 May 2026 08:55:35 +0000 Subject: [PATCH] fix: duplicate client declaration --- src/components/admin/ErrorLogPanel.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/admin/ErrorLogPanel.jsx b/src/components/admin/ErrorLogPanel.jsx index f8cbb85..ff59766 100644 --- a/src/components/admin/ErrorLogPanel.jsx +++ b/src/components/admin/ErrorLogPanel.jsx @@ -56,7 +56,6 @@ export default function ErrorLogPanel() { const [deleting, setDeleting] = useState(false); const intervalRef = useRef(null); const client = createClient(supabaseUrl, supabaseAnonKey); - const client = createClient(supabaseUrl, supabaseAnonKey); const getRangeStart = (range) => { const now = new Date();