|
@ -18,14 +18,11 @@ import WalletBackupPanel from './settings.walletBackupPanel'; |
|
|
|
|
|
|
|
|
export const SettingsRender = function() { |
|
|
export const SettingsRender = function() { |
|
|
return ( |
|
|
return ( |
|
|
<div className="margin-left-0 full-height"> |
|
|
|
|
|
<div |
|
|
<div |
|
|
className="page-content full-height" |
|
|
id="section-iguana-wallet-settings" |
|
|
id="section-iguana-wallet-settings"> |
|
|
className="padding-30"> |
|
|
<div className="row"> |
|
|
<div className="row"> |
|
|
<div className="col-xlg-12 col-md-12"> |
|
|
<div className="col-sm-12"> |
|
|
<div className="row"> |
|
|
|
|
|
<div className="col-xlg-12 col-md-12"> |
|
|
|
|
|
<h4 className="font-size-14 text-uppercase">{ translate('INDEX.WALLET_SETTINGS') }</h4> |
|
|
<h4 className="font-size-14 text-uppercase">{ translate('INDEX.WALLET_SETTINGS') }</h4> |
|
|
<Panel |
|
|
<Panel |
|
|
uniqId={'SettingsAccordion'} |
|
|
uniqId={'SettingsAccordion'} |
|
@ -110,8 +107,5 @@ export const SettingsRender = function() { |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
); |
|
|
); |
|
|
}; |
|
|
}; |