hide data network settings on web

This commit is contained in:
Sean Yesmunt 2020-07-29 00:16:49 -04:00
parent 3aad88ebe7
commit c9723082fe

View file

@ -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={