diff --git a/src/ts/@overflow/probe/react/components/ProbeHost.tsx b/src/ts/@overflow/probe/react/components/ProbeHost.tsx index 173c240..7af23d7 100644 --- a/src/ts/@overflow/probe/react/components/ProbeHost.tsx +++ b/src/ts/@overflow/probe/react/components/ProbeHost.tsx @@ -50,7 +50,7 @@ export class ProbeHost extends React.Component {
IP
- {Utils.int2ip(this.props.probe.host.ip)} + {this.props.probe.host ? Utils.int2ip(this.props.probe.host.ip) : ''}