From 58e48379a012d88dc0c72c88ae87fc22ab4d552f Mon Sep 17 00:00:00 2001 From: Jacob Gunther Date: Sat, 19 Oct 2024 20:01:07 -0500 Subject: [PATCH] Remove "< 1.3" in version data if it is missing --- src/components/StatusTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StatusTable.js b/src/components/StatusTable.js index 7137bac..8ff1fe2 100644 --- a/src/components/StatusTable.js +++ b/src/components/StatusTable.js @@ -66,7 +66,7 @@ export default function StatusTable({ status, protocolVersions, className = '', ? status.version.name_raw === status.version.name_clean || status.version.name ? {status.version.name_clean ?? status.version.name} : - : N/A (< 1.3) + : N/A ] );