mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 16:59:50 +03:00
remove unused variables
This commit is contained in:
@@ -103,7 +103,7 @@ const Help = () => {
|
||||
sx={{
|
||||
maxHeight: { xs: 100, md: 250 }
|
||||
}}
|
||||
onError={(e) => setNotFound(true)}
|
||||
onError={() => setNotFound(true)}
|
||||
src={
|
||||
notFound
|
||||
? ''
|
||||
|
||||
Reference in New Issue
Block a user