fix hidden wallet layout shift

This commit is contained in:
keyan 2024-04-04 18:07:59 -05:00
parent b995035f46
commit e7fec21375
1 changed files with 1 additions and 1 deletions

View File

@ -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>
)
}