Skip to content

Commit 2e61a4d

Browse files
committed
fix: eslint errors
1 parent ba10646 commit 2e61a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/console/ServerDetailsBlock.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const ServerDetailsBlock = ({ className }: { className?: string }) => {
9999
color={getBackgroundColor(status === 'running' ? 0 : status !== 'offline' ? 9 : 10, 10)}
100100
>
101101
{status === null ? (
102-
"Offline"
102+
'Offline'
103103
) : stats.uptime > 0 ? (
104104
<UptimeDuration uptime={stats.uptime / 1000} />
105105
) : (

0 commit comments

Comments
 (0)