From 2af362e8940636eb3360c629386380071fae4e4d Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 11 Dec 2022 09:27:56 -0700 Subject: [PATCH] Show calculating if no value for stream bandwidth --- web/src/routes/Storage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/Storage.jsx b/web/src/routes/Storage.jsx index 213d70a4c..ff2602f7d 100644 --- a/web/src/routes/Storage.jsx +++ b/web/src/routes/Storage.jsx @@ -97,7 +97,7 @@ export default function Storage() { {Math.round(camera['usage_percent'] ?? 0)}% - {camera['bandwidth']} MB/hr + {camera['bandwidth'] ? camera['bandwidth'] : "Calculating..."} MB/hr