mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-11 16:35:52 +00:00
skip blured paper component when in systemMonitor
This commit is contained in:
@@ -443,7 +443,7 @@ const SystemStatus = () => {
|
||||
renderRestartDialog
|
||||
]);
|
||||
|
||||
return <SectionContent>{restarting ? <SystemMonitor /> : content}</SectionContent>;
|
||||
return restarting ? <SystemMonitor /> : <SectionContent>{content}</SectionContent>;
|
||||
};
|
||||
|
||||
export default SystemStatus;
|
||||
|
||||
Reference in New Issue
Block a user