mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +00:00
feat(right-manage-settings): add div wrapper
This commit is contained in:
parent
06fa469f12
commit
cfa653749d
@ -8,11 +8,11 @@ const RightManageSettings = () => {
|
||||
const isDeposit = false
|
||||
|
||||
return (
|
||||
<>
|
||||
<div style={{ flexGrow: 1 }}>
|
||||
{isDefault && <DefaultPanel />}
|
||||
{isMigrate && <MigratePanel />}
|
||||
{isDeposit && <DepositPanel />}
|
||||
</>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user