fix: eslint errors
This commit is contained in:
parent
ba10646e8a
commit
2e61a4db13
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ const ServerDetailsBlock = ({ className }: { className?: string }) => {
|
|||
color={getBackgroundColor(status === 'running' ? 0 : status !== 'offline' ? 9 : 10, 10)}
|
||||
>
|
||||
{status === null ? (
|
||||
"Offline"
|
||||
'Offline'
|
||||
) : stats.uptime > 0 ? (
|
||||
<UptimeDuration uptime={stats.uptime / 1000} />
|
||||
) : (
|
||||
|
|
Loading…
Reference in a new issue