We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c698 commit fe50e11Copy full SHA for fe50e11
src/components/UptimeViewer/UptimeViewer.tsx
@@ -44,6 +44,7 @@ export function NodeUptime({StartTime, DisconnectTime}: NodeUptimeProps) {
44
return (
45
<CellWithPopover
46
placement={['top', 'auto']}
47
+ disabled={!content}
48
content={<DefinitionList responsive>{content}</DefinitionList>}
49
>
50
{uptime}
0 commit comments