rename and delete experiments

This commit is contained in:
Kyle Corbitt
2023-06-26 18:53:42 -07:00
parent cd9e7bce1a
commit 79ace43608
3 changed files with 115 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ export default function OutputCell({
{ enabled: disabledReason === null }
);
if (!vars) return;
if (!vars) return null;
if (disabledReason)
return (