remove loading in ServerStatus
This commit is contained in:
@ -104,10 +104,7 @@ const ServerStatus = ({
|
||||
?
|
||||
</Avatar>
|
||||
)}
|
||||
|
||||
{serverStatus.loading ? (
|
||||
<CircularProgress size={20} />
|
||||
) : serverStatus.error ? (
|
||||
{serverStatus.error ? (
|
||||
<Typography color="error">Ошибка загрузки</Typography>
|
||||
) : (
|
||||
<Typography sx={{ fontWeight: 'bold' }}>
|
||||
|
Reference in New Issue
Block a user