assorted cleanup

This commit is contained in:
gingervitis
2020-11-13 03:57:57 -08:00
parent 2211572ba1
commit 72d9ff4edb
6 changed files with 19 additions and 26 deletions

View File

@@ -69,13 +69,7 @@ export default function Offline({ logs = [] }) {
}
</div>
{logs.length ? (
<>
<Title level={2}>Stream Logs</Title>
<LogTable logs={logs} pageSize={5} />
</>
): null}
<LogTable logs={logs} pageSize={5} />
</div>
);
}