fix: duplicate client declaration
This commit is contained in:
parent
f4a4082677
commit
c996805122
|
|
@ -56,7 +56,6 @@ export default function ErrorLogPanel() {
|
||||||
const [deleting, setDeleting] = useState(false);
|
const [deleting, setDeleting] = useState(false);
|
||||||
const intervalRef = useRef(null);
|
const intervalRef = useRef(null);
|
||||||
const client = createClient(supabaseUrl, supabaseAnonKey);
|
const client = createClient(supabaseUrl, supabaseAnonKey);
|
||||||
const client = createClient(supabaseUrl, supabaseAnonKey);
|
|
||||||
|
|
||||||
const getRangeStart = (range) => {
|
const getRangeStart = (range) => {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue