don't show border

This commit is contained in:
proddy
2025-11-04 01:00:27 +01:00
parent d2f665ab70
commit e10453b2fd

View File

@@ -107,11 +107,7 @@ const DownloadUpload = () => {
);
if (restarting) {
return (
<SectionContent>
<SystemMonitor />
</SectionContent>
);
return <SystemMonitor />;
}
if (!data) {