fix(fe/settings): hide theme pane because it is not fully enabled
This commit is contained in:
parent
f4ce1758c3
commit
edcec3698f
1 changed files with 3 additions and 2 deletions
|
@ -391,7 +391,7 @@ export class PaneSettings extends React.Component<Props, State, {}> {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="hr white0-bg margin-t-m margin-b-m"></div>
|
{/* <div className="hr white0-bg margin-t-m margin-b-m"></div>
|
||||||
<div>
|
<div>
|
||||||
<Flexbox
|
<Flexbox
|
||||||
children={List([
|
children={List([
|
||||||
|
@ -424,7 +424,8 @@ export class PaneSettings extends React.Component<Props, State, {}> {
|
||||||
</div>,
|
</div>,
|
||||||
])}
|
])}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> */}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue