mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
remove unused variables
This commit is contained in:
@@ -103,7 +103,7 @@ const Help = () => {
|
|||||||
sx={{
|
sx={{
|
||||||
maxHeight: { xs: 100, md: 250 }
|
maxHeight: { xs: 100, md: 250 }
|
||||||
}}
|
}}
|
||||||
onError={(e) => setNotFound(true)}
|
onError={() => setNotFound(true)}
|
||||||
src={
|
src={
|
||||||
notFound
|
notFound
|
||||||
? ''
|
? ''
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ import { API } from 'api/app';
|
|||||||
import { fetchLogES, readLogSettings, updateLogSettings } from 'api/system';
|
import { fetchLogES, readLogSettings, updateLogSettings } from 'api/system';
|
||||||
|
|
||||||
import { useRequest, useSSE } from 'alova/client';
|
import { useRequest, useSSE } from 'alova/client';
|
||||||
import type { APIcall } from 'app/main/types';
|
|
||||||
import {
|
import {
|
||||||
BlockFormControlLabel,
|
BlockFormControlLabel,
|
||||||
BlockNavigation,
|
BlockNavigation,
|
||||||
|
|||||||
Reference in New Issue
Block a user