fix hidden wallet layout shift
This commit is contained in:
parent
b995035f46
commit
e7fec21375
|
@ -353,7 +353,7 @@ export function MeCorner ({ dropNavKey, me, className }) {
|
|||
<div className={className}>
|
||||
<NavNotifications />
|
||||
<MeDropdown me={me} dropNavKey={dropNavKey} />
|
||||
<NavWalletSummary />
|
||||
<NavWalletSummary className='d-inline-block' />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue