From db318083f9b61b16c35e37550ec76edcd1577abe Mon Sep 17 00:00:00 2001 From: snoop Date: Mon, 14 Aug 2017 18:33:27 +0900 Subject: [PATCH] bug ? --- src/ts/@overflow/probe/react/components/ProbeHost.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) : ''}