remove unused variables

This commit is contained in:
proddy
2024-10-21 15:38:12 +02:00
parent 8f35be4edf
commit 03d4e560e5
2 changed files with 1 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ const Help = () => {
sx={{
maxHeight: { xs: 100, md: 250 }
}}
onError={(e) => setNotFound(true)}
onError={() => setNotFound(true)}
src={
notFound
? ''

View File

@@ -19,7 +19,6 @@ import { API } from 'api/app';
import { fetchLogES, readLogSettings, updateLogSettings } from 'api/system';
import { useRequest, useSSE } from 'alova/client';
import type { APIcall } from 'app/main/types';
import {
BlockFormControlLabel,
BlockNavigation,