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…
Reference in New Issue