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': {