mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 01:29:07 +03:00
skip blured paper component when in systemMonitor
This commit is contained in:
@@ -896,10 +896,12 @@ const ApplicationSettings = () => {
|
||||
);
|
||||
};
|
||||
|
||||
return (
|
||||
return restarting ? (
|
||||
<SystemMonitor />
|
||||
) : (
|
||||
<SectionContent>
|
||||
{blocker ? <BlockNavigation blocker={blocker} /> : null}
|
||||
{restarting ? <SystemMonitor /> : content()}
|
||||
{content()}
|
||||
</SectionContent>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user