fix(fs.dev): Remove debug output
This commit is contained in:
parent
4433720075
commit
1ddba2b3b2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ const AppWrapper= props => {
|
|||
<Wrapper>
|
||||
{props.noLayout
|
||||
? props.children
|
||||
: <Layout {...childProps}><p className={`theme-${props.app.theme}`} data-theme={props.app.theme}>{props.app.theme}</p>{props.children}</Layout>
|
||||
: <Layout {...childProps}>{props.children}</Layout>
|
||||
}
|
||||
</Wrapper>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue