diff --git a/index.html b/index.html
index 27e5895..298198f 100644
--- a/index.html
+++ b/index.html
@@ -105,7 +105,7 @@
li.className='flex items-center gap-3 text-sm';
list.appendChild(li);
const time=genTimes[model]?.[test];
- if(time===null){
+ if(time==null){
li.innerHTML=`— ${test}N/A`;
continue;
}
@@ -143,4 +143,3 @@