fix(shared): Test options display
This commit is contained in:
parent
b95116ad2e
commit
040331dbac
4 changed files with 14 additions and 40 deletions
|
@ -1,10 +1,10 @@
|
|||
import { Chevron } from 'shared/components/navigation/primary.js'
|
||||
import Option from './option'
|
||||
import { Li, Ul, Details, Summary, SumDiv, Deg } from 'shared/components/workbench/menu'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
||||
const OptionGroup = props => {
|
||||
const { t } = useTranslation(['optiongroups'])
|
||||
const Option = props.Option
|
||||
|
||||
return (
|
||||
<Li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue