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>
|
</section>
|
||||||
) : (
|
) : (
|
||||||
<div>
|
<div>
|
||||||
|
{/* @if TARGET='app' */}
|
||||||
<Card
|
<Card
|
||||||
title={__('Network and Data Settings')}
|
title={__('Network and Data Settings')}
|
||||||
actions={
|
actions={
|
||||||
|
@ -255,7 +256,6 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* @if TARGET='app' */}
|
|
||||||
<Card
|
<Card
|
||||||
title={__('Max Purchase Price')}
|
title={__('Max Purchase Price')}
|
||||||
actions={
|
actions={
|
||||||
|
|
Loading…
Reference in a new issue