From a775ef860c3fd63cf64dec896829eb0e5d462d70 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Wed, 9 May 2018 23:37:26 -0400 Subject: [PATCH] minor formatting fix --- app/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils.js b/app/utils.js index 62a5b11..afb551a 100644 --- a/app/utils.js +++ b/app/utils.js @@ -85,7 +85,7 @@ function formatBytes(bytesInt) { } } - return bytesInt + " B"; + return Math.floor(bytesInt) + " B"; } var formatCurrencyCache = {};