Dependencies: Updated packages, run linter autofix (#84)

This commit is contained in:
Giancarlo Buomprisco
2024-11-26 08:21:07 +01:00
committed by GitHub
parent 5cc936b982
commit 8e051664b8
27 changed files with 330 additions and 363 deletions

View File

@@ -48,7 +48,7 @@ export function TeamAccountNavigationMenu(props: {
</BorderedNavigationMenu>
</div>
<div className={'flex justify-end space-x-2.5 items-center'}>
<div className={'flex items-center justify-end space-x-2.5'}>
<TeamAccountNotifications accountId={account.id} userId={user.id} />
<TeamAccountAccountsSelector
@@ -62,7 +62,11 @@ export function TeamAccountNavigationMenu(props: {
/>
<div>
<ProfileAccountDropdownContainer user={user} account={account} showProfileName={false} />
<ProfileAccountDropdownContainer
user={user}
account={account}
showProfileName={false}
/>
</div>
</div>
</div>