mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-04-30 12:35:10 +00:00
skip blured paper component when in systemMonitor
This commit is contained in:
@@ -868,7 +868,7 @@ const Version = () => {
|
||||
installPartitionFirmware
|
||||
]);
|
||||
|
||||
return <SectionContent>{restarting ? <SystemMonitor /> : content}</SectionContent>;
|
||||
return restarting ? <SystemMonitor /> : <SectionContent>{content}</SectionContent>;
|
||||
};
|
||||
|
||||
export default memo(Version);
|
||||
|
||||
Reference in New Issue
Block a user