remove loading in ServerStatus

This commit is contained in:
2025-07-14 00:30:20 +05:00
parent 3d4c9c89ef
commit ce141a014c

View File

@ -104,10 +104,7 @@ const ServerStatus = ({
? ?
</Avatar> </Avatar>
)} )}
{serverStatus.error ? (
{serverStatus.loading ? (
<CircularProgress size={20} />
) : serverStatus.error ? (
<Typography color="error">Ошибка загрузки</Typography> <Typography color="error">Ошибка загрузки</Typography>
) : ( ) : (
<Typography sx={{ fontWeight: 'bold' }}> <Typography sx={{ fontWeight: 'bold' }}>