1
0
Fork 0

feat(lab): Console log options in xray

This commit is contained in:
Joost De Cock 2022-03-25 15:18:37 +01:00
parent 50b27e01a7
commit 1ccb1ae4b8
2 changed files with 35 additions and 0 deletions

View file

@ -1,5 +1,6 @@
import XrayIcon from 'shared/components/icons/xray.js'
import { linkClasses, Chevron } from 'shared/components/navigation/primary.js'
import Log from './log.js'
import Reset from './reset.js'
import Disable from './disable.js'
import List from './list.js'
@ -38,6 +39,7 @@ const Xray = props => {
{props.gist?._state?.xray?.enabled && (
<Ul>
<Disable {...props} />
<Log {...props} />
<Reset {...props} />
{
props.gist?._state?.xray?.parts &&