This commit is contained in:
snoop 2017-08-14 18:33:27 +09:00
parent f3f26ec8d4
commit db318083f9

View File

@ -50,7 +50,7 @@ export class ProbeHost extends React.Component<Props, State> {
<Table.Cell collapsing>
<Header size='small'>IP</Header>
</Table.Cell>
<Table.Cell>{Utils.int2ip(this.props.probe.host.ip)}</Table.Cell>
<Table.Cell>{this.props.probe.host ? Utils.int2ip(this.props.probe.host.ip) : ''}</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell collapsing>