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)}
|
color={getBackgroundColor(status === 'running' ? 0 : status !== 'offline' ? 9 : 10, 10)}
|
||||||
>
|
>
|
||||||
{status === null ? (
|
{status === null ? (
|
||||||
"Offline"
|
'Offline'
|
||||||
) : stats.uptime > 0 ? (
|
) : stats.uptime > 0 ? (
|
||||||
<UptimeDuration uptime={stats.uptime / 1000} />
|
<UptimeDuration uptime={stats.uptime / 1000} />
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Reference in a new issue