From 0f90c471a17fa179ef508cc7e3e81e023b472549 Mon Sep 17 00:00:00 2001 From: Borys_Levytskyi Date: Thu, 14 Jan 2021 13:40:16 +0200 Subject: [PATCH] add test support for list of ip addresses --- src/components/results/IpAddressView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}.