From 7f4e4760dad842c6e92c8a6aae746bbd4701b4ce Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 9 Dec 2015 19:40:41 +0200 Subject: Add toLocaleString for numbers --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 287c636..d286152 100644 --- a/index.js +++ b/index.js @@ -88,7 +88,7 @@ class IPAddress extends React.Component { Netmask - {this.getCount()} + {this.getCount().toLocaleString()} Addresses -- cgit v1.3.1