1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Simplify code, use standard attributes

This commit is contained in:
viown 2025-01-15 14:11:12 +03:00
parent 23c9e75dd2
commit 1dede0ce2b
2 changed files with 19 additions and 22 deletions

View file

@ -121,9 +121,9 @@ const Logs = () => {
</Button>
</Stack>
</Form>
<Stack className='serverLogs readOnlyContent' spacing={1} sx={{ mt: 1 }}>
<Box className='serverLogs readOnlyContent' sx={{ mt: 1 }}>
<LogItemList logs={logs} />
</Stack>
</Box>
</Box>
</Page>
);