diff --git a/src/components/results/IpAddressView.tsx b/src/components/results/IpAddressView.tsx index 142f0a0..a6aea21 100644 --- a/src/components/results/IpAddressView.tsx +++ b/src/components/results/IpAddressView.tsx @@ -37,24 +37,24 @@ export class IpAddressView extends React.Component return - - - - + + + + - - - - + + + + - + {/* - + */}
{ip.firstByte}{ip.secondByte}{ip.thirdByte}{ip.fourthByte}{ip.firstByte}{ip.secondByte}{ip.thirdByte}{ip.fourthByte}
{this.bin(ip.firstByte, 1, ip)}{this.bin(ip.secondByte, 2, ip)}{this.bin(ip.thirdByte, 3, ip)}{this.bin(ip.fourthByte, 4, ip)}{this.bin(ip.firstByte, 1, ip)}{this.bin(ip.secondByte, 2, ip)}{this.bin(ip.thirdByte, 3, ip)}{this.bin(ip.fourthByte, 4, ip)}
Network Class: {getNetworkClass(ip).toUpperCase()}
; }