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:
@@ -788,10 +788,12 @@ const Customizations = () => {
|
||||
</>
|
||||
);
|
||||
|
||||
return (
|
||||
return restarting ? (
|
||||
<SystemMonitor />
|
||||
) : (
|
||||
<SectionContent>
|
||||
{blocker ? <BlockNavigation blocker={blocker} /> : null}
|
||||
{restarting ? <SystemMonitor /> : renderContent()}
|
||||
{renderContent()}
|
||||
{selectedDeviceEntity && (
|
||||
<SettingsCustomizationsDialog
|
||||
open={dialogOpen}
|
||||
|
||||
Reference in New Issue
Block a user