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
|
const isDeposit = false
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<div style={{ flexGrow: 1 }}>
|
||||||
{isDefault && <DefaultPanel />}
|
{isDefault && <DefaultPanel />}
|
||||||
{isMigrate && <MigratePanel />}
|
{isMigrate && <MigratePanel />}
|
||||||
{isDeposit && <DepositPanel />}
|
{isDeposit && <DepositPanel />}
|
||||||
</>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue