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();