Adjust the expert settings to add live account component

This commit is contained in:
Narek Zakarian 2025-01-08 17:12:58 +04:00
parent c04f8badde
commit c942391322
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -5,6 +5,7 @@ import {
ContentWrapper,
} from '../../../ReusableComponents/SettingsBlocks';
import Sandbox from './Blocks/Sandbox';
import LiveAccount from './Blocks/LiveAccount';
import Troubleshooting from './Blocks/Troubleshooting/Troubleshooting';
import PaypalSettings from './Blocks/PaypalSettings';
import OtherSettings from './Blocks/OtherSettings';
@ -33,6 +34,13 @@ const ExpertSettings = ( { updateFormValue, settings } ) => {
/>
</Content>
<Content>
<LiveAccount
updateFormValue={ updateFormValue }
settings={ settings }
/>
</Content>
<Content>
<Troubleshooting
updateFormValue={ updateFormValue }