remove loading in ServerStatus
This commit is contained in:
@ -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' }}>
|
||||||
|
Reference in New Issue
Block a user