From c409e16a642bf259961d60dde736ad0030cba636 Mon Sep 17 00:00:00 2001 From: HF Date: Sun, 18 Sep 2022 11:42:29 +0200 Subject: [PATCH] small fix ModWatchtools --- src/components/ModWatchtools.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/ModWatchtools.jsx b/src/components/ModWatchtools.jsx index b35d0ff..dc721c6 100644 --- a/src/components/ModWatchtools.jsx +++ b/src/components/ModWatchtools.jsx @@ -299,6 +299,9 @@ function ModWatchtools() { .map((row) => ( {row.slice(1).map((val, ind) => { + if (val === null) { + return (N/A); + } const type = types[ind + 1]; switch (type) { case 'ts': {