diff --git a/src/components/results/IpAddressView.tsx b/src/components/results/IpAddressView.tsx index 7b5f109..142f0a0 100644 --- a/src/components/results/IpAddressView.tsx +++ b/src/components/results/IpAddressView.tsx @@ -22,7 +22,7 @@ export class IpAddressView extends React.Component {this.props.ipAddresses.map((ip, i) => {ip.toString()} - + {this.bin(ip.firstByte, 1, ip)}. {this.bin(ip.secondByte, 2, ip)}. {this.bin(ip.thirdByte, 3, ip)}.