hide data network settings on web
This commit is contained in:
parent
3aad88ebe7
commit
c9723082fe
1 changed files with 1 additions and 1 deletions
|
@ -223,6 +223,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||
</section>
|
||||
) : (
|
||||
<div>
|
||||
{/* @if TARGET='app' */}
|
||||
<Card
|
||||
title={__('Network and Data Settings')}
|
||||
actions={
|
||||
|
@ -255,7 +256,6 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||
}
|
||||
/>
|
||||
|
||||
{/* @if TARGET='app' */}
|
||||
<Card
|
||||
title={__('Max Purchase Price')}
|
||||
actions={
|
||||
|
|
Loading…
Reference in a new issue