This commit is contained in:
Paul
2021-07-09 21:28:57 +01:00
3 changed files with 40 additions and 6 deletions

View File

@@ -31,9 +31,9 @@ export function Component(props: Props) {
: "EXPERIMENTS_DISABLE",
key,
})
}>
}
description={ EXPERIMENTS[key].description }>
{ EXPERIMENTS[key].title }
<p>{ EXPERIMENTS[key].description }</p>
</Checkbox>
))}
{AVAILABLE_EXPERIMENTS.length === 0 && (