mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
don't show border
This commit is contained in:
@@ -107,11 +107,7 @@ const DownloadUpload = () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (restarting) {
|
if (restarting) {
|
||||||
return (
|
return <SystemMonitor />;
|
||||||
<SectionContent>
|
|
||||||
<SystemMonitor />
|
|
||||||
</SectionContent>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!data) {
|
if (!data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user