Fixed username in replies

This commit is contained in:
nizune
2021-07-09 21:46:35 +02:00
parent c1dc2b9a1d
commit 2141711d9e
3 changed files with 22 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 && (