B2B-31: clean code
This commit is contained in:
@@ -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'}>
|
||||
|
||||
@@ -58,7 +58,7 @@ export function TeamAccountNavigationMenu(props: {
|
||||
<ProfileAccountDropdownContainer
|
||||
user={user}
|
||||
account={account}
|
||||
showProfileName={true}
|
||||
showProfileName
|
||||
accounts={accounts}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user