B2B-31: clean code

This commit is contained in:
devmc-ee
2025-06-30 19:25:03 +03:00
parent fbbc2f8760
commit c72668dc23
4 changed files with 9 additions and 10 deletions

View File

@@ -10,7 +10,6 @@ import { ShoppingCart } from 'lucide-react';
export function HomeMenuNavigation(props: { workspace: UserWorkspace }) {
const { workspace, user, accounts } = props.workspace;
console.log('HomeMenuNavigation', accounts)
return (
<div className={'flex w-full flex-1 justify-between'}>
<div className={'flex items-center space-x-8'}>

View File

@@ -58,7 +58,7 @@ export function TeamAccountNavigationMenu(props: {
<ProfileAccountDropdownContainer
user={user}
account={account}
showProfileName={true}
showProfileName
accounts={accounts}
/>
</div>